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