public class QueryAccountTransactionsRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueryAccountTransactionsRequest() |
@NameInMap(value="CreateTimeEnd") public String createTimeEnd
@NameInMap(value="CreateTimeStart") public String createTimeStart
@NameInMap(value="PageNum") public Integer pageNum
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="RecordID") public String recordID
@NameInMap(value="TransactionChannel") public String transactionChannel
@NameInMap(value="TransactionChannelSN") public String transactionChannelSN
@NameInMap(value="TransactionFlow") public String transactionFlow
@NameInMap(value="TransactionNumber") public String transactionNumber
@NameInMap(value="TransactionType") public String transactionType
public static QueryAccountTransactionsRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryAccountTransactionsRequest setCreateTimeEnd(String createTimeEnd)
public String getCreateTimeEnd()
public QueryAccountTransactionsRequest setCreateTimeStart(String createTimeStart)
public String getCreateTimeStart()
public QueryAccountTransactionsRequest setPageNum(Integer pageNum)
public Integer getPageNum()
public QueryAccountTransactionsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public QueryAccountTransactionsRequest setRecordID(String recordID)
public String getRecordID()
public QueryAccountTransactionsRequest setTransactionChannel(String transactionChannel)
public String getTransactionChannel()
public QueryAccountTransactionsRequest setTransactionChannelSN(String transactionChannelSN)
public String getTransactionChannelSN()
public QueryAccountTransactionsRequest setTransactionFlow(String transactionFlow)
public String getTransactionFlow()
public QueryAccountTransactionsRequest setTransactionNumber(String transactionNumber)
public String getTransactionNumber()
public QueryAccountTransactionsRequest setTransactionType(String transactionType)
public String getTransactionType()
Copyright © 2022. All rights reserved.