public class AlipayAssetPointAccountlogQueryModel extends AlipayObject
Constructor and Description |
---|
AlipayAssetPointAccountlogQueryModel() |
Modifier and Type | Method and Description |
---|---|
Date |
getAccountDateBegin()
Gets account date begin.
|
Date |
getAccountDateEnd()
Gets account date end.
|
Long |
getPageNumber()
Gets page number.
|
Long |
getPageSize()
Gets page size.
|
List<String> |
getSubTransCode()
Gets sub trans code.
|
List<String> |
getTransCode()
Gets trans code.
|
String |
getUserSymbol()
Gets user symbol.
|
String |
getUserSymbolType()
Gets user symbol type.
|
void |
setAccountDateBegin(Date accountDateBegin)
Sets account date begin.
|
void |
setAccountDateEnd(Date accountDateEnd)
Sets account date end.
|
void |
setPageNumber(Long pageNumber)
Sets page number.
|
void |
setPageSize(Long pageSize)
Sets page size.
|
void |
setSubTransCode(List<String> subTransCode)
Sets sub trans code.
|
void |
setTransCode(List<String> transCode)
Sets trans code.
|
void |
setUserSymbol(String userSymbol)
Sets user symbol.
|
void |
setUserSymbolType(String userSymbolType)
Sets user symbol type.
|
public AlipayAssetPointAccountlogQueryModel()
public Date getAccountDateBegin()
public void setAccountDateBegin(Date accountDateBegin)
accountDateBegin
- the account date beginpublic Date getAccountDateEnd()
public void setAccountDateEnd(Date accountDateEnd)
accountDateEnd
- the account date endpublic Long getPageNumber()
public void setPageNumber(Long pageNumber)
pageNumber
- the page numberpublic Long getPageSize()
public void setPageSize(Long pageSize)
pageSize
- the page sizepublic List<String> getSubTransCode()
public void setSubTransCode(List<String> subTransCode)
subTransCode
- the sub trans codepublic void setTransCode(List<String> transCode)
transCode
- the trans codepublic String getUserSymbol()
public void setUserSymbol(String userSymbol)
userSymbol
- the user symbolpublic String getUserSymbolType()
public void setUserSymbolType(String userSymbolType)
userSymbolType
- the user symbol typeCopyright © 2018. All rights reserved.