public class UsageRecords extends AbstractModel
Constructor and Description |
---|
UsageRecords() |
UsageRecords(UsageRecords 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 |
---|---|
UsageDetails[] |
getUsageDetails()
Get The details of the product purchased.
|
Long |
getUsedAmount()
Get The amount used.
|
String |
getUsedTime()
Get The time when the voucher was used.
|
void |
setUsageDetails(UsageDetails[] UsageDetails)
Set The details of the product purchased.
|
void |
setUsedAmount(Long UsedAmount)
Set The amount used.
|
void |
setUsedTime(String UsedTime)
Set The time when the voucher was used.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UsageRecords()
public UsageRecords(UsageRecords source)
public Long getUsedAmount()
public void setUsedAmount(Long UsedAmount)
UsedAmount
- The amount used. The value of this parameter is the amount used (USD, rounded to 8 decimal places) multiplied by 100,000,000.public String getUsedTime()
public void setUsedTime(String UsedTime)
UsedTime
- The time when the voucher was used.public UsageDetails[] getUsageDetails()
public void setUsageDetails(UsageDetails[] UsageDetails)
UsageDetails
- The details of the product purchased.
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.