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