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