public class GetVideoPlayAuthResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetVideoPlayAuthResponseBody.GetVideoPlayAuthResponseBodyVideoMeta |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
playAuth
The credential for media playback.
|
String |
requestId
The ID of the request.
|
GetVideoPlayAuthResponseBody.GetVideoPlayAuthResponseBodyVideoMeta |
videoMeta
The metadata of the media file.
|
| 构造器和说明 |
|---|
GetVideoPlayAuthResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetVideoPlayAuthResponseBody |
build(Map<String,?> map) |
String |
getPlayAuth() |
String |
getRequestId() |
GetVideoPlayAuthResponseBody.GetVideoPlayAuthResponseBodyVideoMeta |
getVideoMeta() |
GetVideoPlayAuthResponseBody |
setPlayAuth(String playAuth) |
GetVideoPlayAuthResponseBody |
setRequestId(String requestId) |
GetVideoPlayAuthResponseBody |
setVideoMeta(GetVideoPlayAuthResponseBody.GetVideoPlayAuthResponseBodyVideoMeta videoMeta) |
@NameInMap(value="PlayAuth") public String playAuth
The credential for media playback.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="VideoMeta") public GetVideoPlayAuthResponseBody.GetVideoPlayAuthResponseBodyVideoMeta videoMeta
The metadata of the media file.
public static GetVideoPlayAuthResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetVideoPlayAuthResponseBody setPlayAuth(String playAuth)
public String getPlayAuth()
public GetVideoPlayAuthResponseBody setRequestId(String requestId)
public String getRequestId()
public GetVideoPlayAuthResponseBody setVideoMeta(GetVideoPlayAuthResponseBody.GetVideoPlayAuthResponseBodyVideoMeta videoMeta)
public GetVideoPlayAuthResponseBody.GetVideoPlayAuthResponseBodyVideoMeta getVideoMeta()
Copyright © 2024. All rights reserved.