public class QueryCreditAllocationHistoryRequest extends AbstractModel
Constructor and Description |
---|
QueryCreditAllocationHistoryRequest() |
QueryCreditAllocationHistoryRequest(QueryCreditAllocationHistoryRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getClientUin()
Get Customer UIN
|
Long |
getPage()
Get Page number
|
Long |
getPageSize()
Get Number of data entries per page
|
void |
setClientUin(Long ClientUin)
Set Customer UIN
|
void |
setPage(Long Page)
Set Page number
|
void |
setPageSize(Long PageSize)
Set Number of data entries per page
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public QueryCreditAllocationHistoryRequest()
public QueryCreditAllocationHistoryRequest(QueryCreditAllocationHistoryRequest source)
public Long getClientUin()
public void setClientUin(Long ClientUin)
ClientUin
- Customer UINpublic Long getPage()
public void setPage(Long Page)
Page
- Page numberpublic Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Number of data entries per pageCopyright © 2023. All rights reserved.