public class RecognizeQuotaInvoiceResponseBody
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
RecognizeQuotaInvoiceResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RecognizeQuotaInvoiceResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getData() |
String |
getMessage() |
String |
getRequestId() |
RecognizeQuotaInvoiceResponseBody |
setCode(String code) |
RecognizeQuotaInvoiceResponseBody |
setData(String data) |
RecognizeQuotaInvoiceResponseBody |
setMessage(String message) |
RecognizeQuotaInvoiceResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Code") public String code
@NameInMap(value="Data") public String data
@NameInMap(value="Message") public String message
@NameInMap(value="RequestId") public String requestId
public static RecognizeQuotaInvoiceResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic RecognizeQuotaInvoiceResponseBody setCode(String code)
public String getCode()
public RecognizeQuotaInvoiceResponseBody setData(String data)
public String getData()
public RecognizeQuotaInvoiceResponseBody setMessage(String message)
public String getMessage()
public RecognizeQuotaInvoiceResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.