public class DescribeVoucherInfoResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeVoucherInfoResponse() |
DescribeVoucherInfoResponse(DescribeVoucherInfoResponse 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 |
---|---|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTotalBalance()
Get The total voucher balance.
|
Long |
getTotalCount()
Get The total number of vouchers.
|
VoucherInfos[] |
getVoucherInfos()
Get The voucher information.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotalBalance(Long TotalBalance)
Set The total voucher balance.
|
void |
setTotalCount(Long TotalCount)
Set The total number of vouchers.
|
void |
setVoucherInfos(VoucherInfos[] VoucherInfos)
Set The voucher information.
|
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 DescribeVoucherInfoResponse()
public DescribeVoucherInfoResponse(DescribeVoucherInfoResponse source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- The total number of vouchers.public Long getTotalBalance()
public void setTotalBalance(Long TotalBalance)
TotalBalance
- The total voucher balance. The value of this parameter is the total balance (USD, rounded to 8 decimal places) multiplied by 100,000,000.public VoucherInfos[] getVoucherInfos()
public void setVoucherInfos(VoucherInfos[] VoucherInfos)
VoucherInfos
- The voucher information.
Note: This field may return `null`, indicating that no valid value was found.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.