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