public static class GetVideoPlayAuthResponseBody.GetVideoPlayAuthResponseBodyVideoMeta
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
coverURL
The thumbnail URL of the media file.
|
Float |
duration
The duration of the media file.
|
String |
status
The status of the media file.
|
String |
title
The title of the media file.
|
String |
videoId
The ID of the media file.
|
| 构造器和说明 |
|---|
GetVideoPlayAuthResponseBodyVideoMeta() |
@NameInMap(value="CoverURL") public String coverURL
The thumbnail URL of the media file.
@NameInMap(value="Duration") public Float duration
The duration of the media file. Unit: seconds.
@NameInMap(value="Status") public String status
The status of the media file. For more information about the value range and description, see [Status: the status of a video](~~52839~~).
@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 GetVideoPlayAuthResponseBody.GetVideoPlayAuthResponseBodyVideoMeta build(Map<String,?> map) throws Exception
Exceptionpublic GetVideoPlayAuthResponseBody.GetVideoPlayAuthResponseBodyVideoMeta setCoverURL(String coverURL)
public String getCoverURL()
public GetVideoPlayAuthResponseBody.GetVideoPlayAuthResponseBodyVideoMeta setDuration(Float duration)
public Float getDuration()
public GetVideoPlayAuthResponseBody.GetVideoPlayAuthResponseBodyVideoMeta setStatus(String status)
public String getStatus()
public GetVideoPlayAuthResponseBody.GetVideoPlayAuthResponseBodyVideoMeta setTitle(String title)
public String getTitle()
public GetVideoPlayAuthResponseBody.GetVideoPlayAuthResponseBodyVideoMeta setVideoId(String videoId)
public String getVideoId()
Copyright © 2024. All rights reserved.