public class GetInvoiceByPageResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode |
String |
errorMsg |
GetInvoiceByPageResponseBody.GetInvoiceByPageResponseBodyResult |
result |
Boolean |
success |
| 构造器和说明 |
|---|
GetInvoiceByPageResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetInvoiceByPageResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMsg() |
GetInvoiceByPageResponseBody.GetInvoiceByPageResponseBodyResult |
getResult() |
Boolean |
getSuccess() |
GetInvoiceByPageResponseBody |
setErrorCode(String errorCode) |
GetInvoiceByPageResponseBody |
setErrorMsg(String errorMsg) |
GetInvoiceByPageResponseBody |
setResult(GetInvoiceByPageResponseBody.GetInvoiceByPageResponseBodyResult result) |
GetInvoiceByPageResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="errorCode") public String errorCode
@NameInMap(value="errorMsg") public String errorMsg
@NameInMap(value="result") public GetInvoiceByPageResponseBody.GetInvoiceByPageResponseBodyResult result
@NameInMap(value="success") public Boolean success
public static GetInvoiceByPageResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetInvoiceByPageResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetInvoiceByPageResponseBody setErrorMsg(String errorMsg)
public String getErrorMsg()
public GetInvoiceByPageResponseBody setResult(GetInvoiceByPageResponseBody.GetInvoiceByPageResponseBodyResult result)
public GetInvoiceByPageResponseBody.GetInvoiceByPageResponseBodyResult getResult()
public GetInvoiceByPageResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2022. All rights reserved.