public class QueryVoucherListByUinItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryVoucherListByUinItem() |
QueryVoucherListByUinItem(QueryVoucherListByUinItem 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
|
QueryVoucherListByUinVoucherItem[] |
getData()
Get Voucher details
|
Long |
getTotalCount()
Get The total number of vouchers
|
void |
setClientUin(Long ClientUin)
Set Customer UIN
|
void |
setData(QueryVoucherListByUinVoucherItem[] Data)
Set Voucher details
|
void |
setTotalCount(Long TotalCount)
Set The total number of vouchers
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public QueryVoucherListByUinItem()
public QueryVoucherListByUinItem(QueryVoucherListByUinItem source)
public Long getClientUin()
public void setClientUin(Long ClientUin)
ClientUin
- Customer UINpublic Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- The total number of voucherspublic QueryVoucherListByUinVoucherItem[] getData()
public void setData(QueryVoucherListByUinVoucherItem[] Data)
Data
- Voucher detailsCopyright © 2024. All rights reserved.