public static class GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
The ID of the application.
|
Long |
cateId
The ID of the category.
|
String |
cateName
The name of the category.
|
String |
coverURL
The thumbnail URL of the audio or video file.
|
String |
creationTime
The time when the audio or video file was created.
|
String |
description
The description of the audio or video file.
|
Float |
duration
The duration of the audio or video file.
|
String |
modificationTime
The time when the audio or video file was updated.
|
String |
restoreExpiration
The period of time in which the audio or video file remains in the restored state.
|
String |
restoreStatus
The restoration status of the audio or video file.
|
Long |
size
The size of the source file.
|
List<String> |
snapshots
The URL array of video snapshots.
|
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 audio or video file.
|
String |
tags
The tags of the audio or video file.
|
String |
templateGroupId
The ID of the transcoding template group.
|
String |
title
The title of the audio or video file.
|
String |
videoId
The ID of the audio or video file.
|
| 构造器和说明 |
|---|
GetVideoInfosResponseBodyVideoList() |
@NameInMap(value="AppId") public String appId
The ID of the application.
@NameInMap(value="CateId") public Long cateId
The ID of the category.
@NameInMap(value="CateName") public String cateName
The name of the category.
@NameInMap(value="CoverURL") public String coverURL
The thumbnail URL of the audio or video file.
@NameInMap(value="CreationTime") public String creationTime
The time when the audio or video 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="Description") public String description
The description of the audio or video file.
@NameInMap(value="Duration") public Float duration
The duration of the audio or video file. Unit: seconds. 86,400 seconds is equivalent to 24 hours.
@NameInMap(value="ModificationTime") public String modificationTime
The time when the audio or video 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="RestoreExpiration") public String restoreExpiration
The period of time in which the audio or video file 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 List<String> snapshots
The URL array of video snapshots.
@NameInMap(value="Status") public String status
The status of the video. Valid values:
* **Uploading**: The video is being uploaded.
* **UploadFail**: The video failed to be uploaded.
* **UploadSucc**: The video is 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 audio or video file.
@NameInMap(value="Tags") public String tags
The tags of the audio or video 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 audio or video file.
@NameInMap(value="VideoId") public String videoId
The ID of the audio or video file.
public static GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList build(Map<String,?> map) throws Exception
Exceptionpublic GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setAppId(String appId)
public String getAppId()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setCateId(Long cateId)
public Long getCateId()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setCateName(String cateName)
public String getCateName()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setCoverURL(String coverURL)
public String getCoverURL()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setCreationTime(String creationTime)
public String getCreationTime()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setDescription(String description)
public String getDescription()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setDuration(Float duration)
public Float getDuration()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setModificationTime(String modificationTime)
public String getModificationTime()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setRestoreExpiration(String restoreExpiration)
public String getRestoreExpiration()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setRestoreStatus(String restoreStatus)
public String getRestoreStatus()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setSize(Long size)
public Long getSize()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setSnapshots(List<String> snapshots)
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setStatus(String status)
public String getStatus()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setStorageClass(String storageClass)
public String getStorageClass()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setStorageLocation(String storageLocation)
public String getStorageLocation()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setTags(String tags)
public String getTags()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setTemplateGroupId(String templateGroupId)
public String getTemplateGroupId()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setTitle(String title)
public String getTitle()
public GetVideoInfosResponseBody.GetVideoInfosResponseBodyVideoList setVideoId(String videoId)
public String getVideoId()
Copyright © 2024. All rights reserved.