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