public class GetInvoiceByPageRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime |
String |
financeType |
Long |
pageNumber |
Long |
pageSize |
Long |
startTime |
String |
taxNo |
String |
verifyStatus |
| 构造器和说明 |
|---|
GetInvoiceByPageRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetInvoiceByPageRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
String |
getFinanceType() |
Long |
getPageNumber() |
Long |
getPageSize() |
Long |
getStartTime() |
String |
getTaxNo() |
String |
getVerifyStatus() |
GetInvoiceByPageRequest |
setEndTime(Long endTime) |
GetInvoiceByPageRequest |
setFinanceType(String financeType) |
GetInvoiceByPageRequest |
setPageNumber(Long pageNumber) |
GetInvoiceByPageRequest |
setPageSize(Long pageSize) |
GetInvoiceByPageRequest |
setStartTime(Long startTime) |
GetInvoiceByPageRequest |
setTaxNo(String taxNo) |
GetInvoiceByPageRequest |
setVerifyStatus(String verifyStatus) |
@NameInMap(value="endTime") public Long endTime
@NameInMap(value="financeType") public String financeType
@NameInMap(value="pageNumber") public Long pageNumber
@NameInMap(value="pageSize") public Long pageSize
@NameInMap(value="startTime") public Long startTime
@NameInMap(value="taxNo") public String taxNo
@NameInMap(value="verifyStatus") public String verifyStatus
public static GetInvoiceByPageRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetInvoiceByPageRequest setEndTime(Long endTime)
public Long getEndTime()
public GetInvoiceByPageRequest setFinanceType(String financeType)
public String getFinanceType()
public GetInvoiceByPageRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public GetInvoiceByPageRequest setPageSize(Long pageSize)
public Long getPageSize()
public GetInvoiceByPageRequest setStartTime(Long startTime)
public Long getStartTime()
public GetInvoiceByPageRequest setTaxNo(String taxNo)
public String getTaxNo()
public GetInvoiceByPageRequest setVerifyStatus(String verifyStatus)
public String getVerifyStatus()
Copyright © 2022. All rights reserved.