public static class GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
The ID of the application.
|
Long |
cateId
The category ID of the audio or video file.
|
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 video 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.
|
GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideoSnapshots |
snapshots
The URL array of video snapshots.
|
String |
status
The status of the audio or video file.
|
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 |
title
The title of the audio or video file.
|
String |
videoId
The ID of the audio or video file.
|
| 构造器和说明 |
|---|
GetVideoListResponseBodyVideoListVideo() |
@NameInMap(value="AppId") public String appId
The ID of the application. Default value: **app-1000000**.
@NameInMap(value="CateId") public Long cateId
The category ID of the audio or video file.
@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 video 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 GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideoSnapshots snapshots
The URL array of video snapshots.
@NameInMap(value="Status") public String status
The status of the audio or video file. 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.
* **checking**: The video is being reviewed.
* **Blocked**: The video is blocked.
* **Normal**: The video is normal.
* **ProduceFail**: The video failed to be produced.
For more information about each video status, see the "Status: the status of a video" section of the [Basic data types](~~52839#section-p7c-jgy-070~~) topic.
@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="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 GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo build(Map<String,?> map) throws Exception
Exceptionpublic GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setAppId(String appId)
public String getAppId()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setCateId(Long cateId)
public Long getCateId()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setCateName(String cateName)
public String getCateName()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setCoverURL(String coverURL)
public String getCoverURL()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setCreationTime(String creationTime)
public String getCreationTime()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setDescription(String description)
public String getDescription()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setDuration(Float duration)
public Float getDuration()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setModificationTime(String modificationTime)
public String getModificationTime()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setRestoreExpiration(String restoreExpiration)
public String getRestoreExpiration()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setRestoreStatus(String restoreStatus)
public String getRestoreStatus()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setSize(Long size)
public Long getSize()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setSnapshots(GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideoSnapshots snapshots)
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideoSnapshots getSnapshots()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setStatus(String status)
public String getStatus()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setStorageClass(String storageClass)
public String getStorageClass()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setStorageLocation(String storageLocation)
public String getStorageLocation()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setTags(String tags)
public String getTags()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setTitle(String title)
public String getTitle()
public GetVideoListResponseBody.GetVideoListResponseBodyVideoListVideo setVideoId(String videoId)
public String getVideoId()
Copyright © 2024. All rights reserved.