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