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