public class QueryVoucherListByUinRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryVoucherListByUinRequest() |
QueryVoucherListByUinRequest(QueryVoucherListByUinRequest 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[] |
getClientUins()
Get List of customer UIN.
|
String |
getStatus()
Get Voucher status.
|
void |
setClientUins(Long[] ClientUins)
Set List of customer UIN.
|
void |
setStatus(String Status)
Set Voucher status.
|
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 QueryVoucherListByUinRequest()
public QueryVoucherListByUinRequest(QueryVoucherListByUinRequest source)
public Long[] getClientUins()
public void setClientUins(Long[] ClientUins)
ClientUins
- List of customer UIN. Array length value:1-20.public String getStatus()
public void setStatus(String Status)
Status
- Voucher status. If this parameter is not passed in, all status will be queried by default. Valid values: `Unused`, `Used`, `Expired`.Copyright © 2024. All rights reserved.