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