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
Exceptionpublic EditPurchaseResponse setHeaders(Map<String,String> headers)
public EditPurchaseResponse setBody(EditPurchaseResponseBody body)
public EditPurchaseResponseBody getBody()
Copyright © 2022. All rights reserved.