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