public class DescribeVoucherUsageDetailsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeVoucherUsageDetailsRequest() |
DescribeVoucherUsageDetailsRequest(DescribeVoucherUsageDetailsRequest 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 |
getLimit()
Get The number of records per page.
|
Long |
getOffset()
Get The page number the records start from.
|
String |
getOperator()
Get The operator.
|
String |
getVoucherId()
Get The voucher ID.
|
void |
setLimit(Long Limit)
Set The number of records per page.
|
void |
setOffset(Long Offset)
Set The page number the records start from.
|
void |
setOperator(String Operator)
Set The operator.
|
void |
setVoucherId(String VoucherId)
Set The voucher ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeVoucherUsageDetailsRequest()
public DescribeVoucherUsageDetailsRequest(DescribeVoucherUsageDetailsRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of records per page. The default is 20, and the maximum is 1,000.public Long getOffset()
public void setOffset(Long Offset)
Offset
- The page number the records start from. The default is 1.public String getVoucherId()
public void setVoucherId(String VoucherId)
VoucherId
- The voucher ID.public String getOperator()
public void setOperator(String Operator)
Operator
- The operator. The default is the UIN of the current.Copyright © 2023. All rights reserved.