public static class GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
The ID of the application.
|
String |
auditStatus
The review status of the video.
|
Long |
cateId
The category ID of the media file.
|
String |
cateName
The name of the category.
|
String |
coverURL
The thumbnail URL of the media file.
|
String |
creationTime
The time when the media file was created.
|
String |
customMediaInfo
The custom information about the media file.
|
String |
description
The description of the media file.
|
Float |
duration
The duration of the media file.
|
String |
modificationTime
The time when the media file was updated.
|
String |
regionId
The region where the media file is stored.
|
String |
restoreExpiration
The period of time in which the object remains in the restored state.
|
String |
restoreStatus
The restoration status of the audio or video file.
|
Long |
size
The size of the source file.
|
GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideoSnapshots |
snapshots
The video snapshot URLs.
|
String |
status
The status of the video.
|
String |
storageClass
The storage class of the audio or video file.
|
String |
storageLocation
The storage address of the media file.
|
String |
tags
The tags of the media file.
|
String |
templateGroupId
The ID of the transcoding template group.
|
String |
title
The title of the media file.
|
String |
videoId
The ID of the media file.
|
| 构造器和说明 |
|---|
GetVideoInfoResponseBodyVideo() |
@NameInMap(value="AppId") public String appId
The ID of the application.
@NameInMap(value="AuditStatus") public String auditStatus
The review status of the video. Valid values:
* **Normal**: pass
* **Blocked**: failed
@NameInMap(value="CateId") public Long cateId
The category ID of the media file.
@NameInMap(value="CateName") public String cateName
The name of the category.
@NameInMap(value="CoverURL") public String coverURL
The thumbnail URL of the media file.
@NameInMap(value="CreationTime") public String creationTime
The time when the media file was created. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="CustomMediaInfo") public String customMediaInfo
The custom information about the media file.\n\n> This parameter has been deprecated. This parameter is no longer returned after you call the operation.
@NameInMap(value="Description") public String description
The description of the media file.
@NameInMap(value="Duration") public Float duration
The duration of the media file. Unit: seconds.
@NameInMap(value="ModificationTime") public String modificationTime
The time when the media file was updated. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="RegionId") public String regionId
The region where the media file is stored.
@NameInMap(value="RestoreExpiration") public String restoreExpiration
The period of time in which the object remains in the restored state.
@NameInMap(value="RestoreStatus") public String restoreStatus
The restoration status of the audio or video file. Valid values:
* **Processing**
* **Success**
* **Failed**
@NameInMap(value="Size") public Long size
The size of the source file. Unit: bytes.
@NameInMap(value="Snapshots") public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideoSnapshots snapshots
The video snapshot URLs.
@NameInMap(value="Status") public String status
The status of the video. For information about the operations that can be performed on videos in different statuses and limits, see the Status: the status of a video section of the [Basic data types](~~52839~~) topic. Valid values:
* **Uploading**: The video is being uploaded.
* **UploadFail**: The video failed to be uploaded.
* **UploadSucc**: The video has been uploaded.
* **Transcoding**: The video is being transcoded.
* **TranscodeFail**: The video failed to be transcoded.
* **Blocked**: The video is blocked.
* **Normal**: The video is normal.
@NameInMap(value="StorageClass") public String storageClass
The storage class of the audio or video file. Valid values:
* **Standard**: All media resources are stored as Standard objects.
* **IA**: All media resources are stored as IA objects.
* **Archive**: All media resources are stored as Archive objects.
* **ColdArchive**: All media resources are stored as Cold Archive objects.
* **SourceIA**: Only the source files are IA objects.
* **SourceArchive**: Only the source files are Archive objects.
* **SourceColdArchive**: Only the source files are Cold Archive objects.
* **Changing**: The storage class of the audio or video file is being changed.
* **SourceChanging**: The storage class of the source file is being changed.
@NameInMap(value="StorageLocation") public String storageLocation
The storage address of the media file.
@NameInMap(value="Tags") public String tags
The tags of the media file. Multiple tags are separated by commas (,).
@NameInMap(value="TemplateGroupId") public String templateGroupId
The ID of the transcoding template group.
@NameInMap(value="Title") public String title
The title of the media file.
@NameInMap(value="VideoId") public String videoId
The ID of the media file.
public static GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo build(Map<String,?> map) throws Exception
Exceptionpublic GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setAppId(String appId)
public String getAppId()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setAuditStatus(String auditStatus)
public String getAuditStatus()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setCateId(Long cateId)
public Long getCateId()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setCateName(String cateName)
public String getCateName()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setCoverURL(String coverURL)
public String getCoverURL()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setCreationTime(String creationTime)
public String getCreationTime()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setCustomMediaInfo(String customMediaInfo)
public String getCustomMediaInfo()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setDescription(String description)
public String getDescription()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setDuration(Float duration)
public Float getDuration()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setModificationTime(String modificationTime)
public String getModificationTime()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setRegionId(String regionId)
public String getRegionId()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setRestoreExpiration(String restoreExpiration)
public String getRestoreExpiration()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setRestoreStatus(String restoreStatus)
public String getRestoreStatus()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setSize(Long size)
public Long getSize()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setSnapshots(GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideoSnapshots snapshots)
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideoSnapshots getSnapshots()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setStatus(String status)
public String getStatus()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setStorageClass(String storageClass)
public String getStorageClass()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setStorageLocation(String storageLocation)
public String getStorageLocation()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setTags(String tags)
public String getTags()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setTemplateGroupId(String templateGroupId)
public String getTemplateGroupId()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setTitle(String title)
public String getTitle()
public GetVideoInfoResponseBody.GetVideoInfoResponseBodyVideo setVideoId(String videoId)
public String getVideoId()
Copyright © 2024. All rights reserved.