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