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