public class GetVideoPlayAuthResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GetVideoPlayAuthResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
GetVideoPlayAuthResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetVideoPlayAuthResponse |
build(Map<String,?> map) |
GetVideoPlayAuthResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
GetVideoPlayAuthResponse |
setBody(GetVideoPlayAuthResponseBody body) |
GetVideoPlayAuthResponse |
setHeaders(Map<String,String> headers) |
GetVideoPlayAuthResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") @Validation(required=true) public Integer statusCode
@NameInMap(value="body") @Validation(required=true) public GetVideoPlayAuthResponseBody body
public static GetVideoPlayAuthResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetVideoPlayAuthResponse setHeaders(Map<String,String> headers)
public GetVideoPlayAuthResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public GetVideoPlayAuthResponse setBody(GetVideoPlayAuthResponseBody body)
public GetVideoPlayAuthResponseBody getBody()
Copyright © 2024. All rights reserved.