public class DescribeVoucherUsageDetailsResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeVoucherUsageDetailsResponse() |
DescribeVoucherUsageDetailsResponse(DescribeVoucherUsageDetailsResponse 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 |
getTotalCount()
Get The total number of vouchers.
|
Long |
getTotalUsedAmount()
Get The total amount used.
|
UsageRecords[] |
getUsageRecords()
Get The usage details.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotalCount(Long TotalCount)
Set The total number of vouchers.
|
void |
setTotalUsedAmount(Long TotalUsedAmount)
Set The total amount used.
|
void |
setUsageRecords(UsageRecords[] UsageRecords)
Set The usage details.
|
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 DescribeVoucherUsageDetailsResponse()
public DescribeVoucherUsageDetailsResponse(DescribeVoucherUsageDetailsResponse source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- The total number of vouchers.public Long getTotalUsedAmount()
public void setTotalUsedAmount(Long TotalUsedAmount)
TotalUsedAmount
- The total amount used. The value of this parameter is the total amount used (USD, rounded to 8 decimal places) multiplied by 100,000,000.public UsageRecords[] getUsageRecords()
public void setUsageRecords(UsageRecords[] UsageRecords)
UsageRecords
- The usage details.
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.