public static class GetPlayInfoResponseBody.GetPlayInfoResponseBodyVideoBase
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
coverURL
The thumbnail URL of the audio or video file.
|
String |
creationTime
The time when the audio or video file was created.
|
String |
danMuURL
The URL of the masked live comment data.
|
String |
duration
The duration of the audio or video file.
|
String |
mediaType
The type of the media file.
|
String |
status
The status of the audio or video file.
|
String |
storageClass |
String |
title
The title of the audio or video file.
|
String |
videoId
The ID of the media file.
|
| 构造器和说明 |
|---|
GetPlayInfoResponseBodyVideoBase() |
@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="DanMuURL") public String danMuURL
The URL of the masked live comment data.
@NameInMap(value="Duration") public String duration
The duration of the audio or video file. Unit: seconds.
@NameInMap(value="MediaType") public String mediaType
The type of the media file. Valid values:
* **video**
* **audio**
@NameInMap(value="Status") public String status
The status of the audio or video file. For more information about the value range and description, see the [Status](~~52839~~) table.
@NameInMap(value="StorageClass") public String storageClass
@NameInMap(value="Title") public String title
The title of the audio or video file.
@NameInMap(value="VideoId") public String videoId
The ID of the media file.
public static GetPlayInfoResponseBody.GetPlayInfoResponseBodyVideoBase build(Map<String,?> map) throws Exception
Exceptionpublic GetPlayInfoResponseBody.GetPlayInfoResponseBodyVideoBase setCoverURL(String coverURL)
public String getCoverURL()
public GetPlayInfoResponseBody.GetPlayInfoResponseBodyVideoBase setCreationTime(String creationTime)
public String getCreationTime()
public GetPlayInfoResponseBody.GetPlayInfoResponseBodyVideoBase setDanMuURL(String danMuURL)
public String getDanMuURL()
public GetPlayInfoResponseBody.GetPlayInfoResponseBodyVideoBase setDuration(String duration)
public String getDuration()
public GetPlayInfoResponseBody.GetPlayInfoResponseBodyVideoBase setMediaType(String mediaType)
public String getMediaType()
public GetPlayInfoResponseBody.GetPlayInfoResponseBodyVideoBase setStatus(String status)
public String getStatus()
public GetPlayInfoResponseBody.GetPlayInfoResponseBodyVideoBase setStorageClass(String storageClass)
public String getStorageClass()
public GetPlayInfoResponseBody.GetPlayInfoResponseBodyVideoBase setTitle(String title)
public String getTitle()
public GetPlayInfoResponseBody.GetPlayInfoResponseBodyVideoBase setVideoId(String videoId)
public String getVideoId()
Copyright © 2024. All rights reserved.