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