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