public class RegionSummaryOverviewItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
RegionSummaryOverviewItem() |
RegionSummaryOverviewItem(RegionSummaryOverviewItem 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 |
getOriginalCost()
Get The actual total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRegionId()
Get Region ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRegionName()
Get Region name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTotalCost()
Get Total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getVoucherPayAmount()
Get The deducted voucher amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setOriginalCost(String OriginalCost)
Set The actual total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRegionId(String RegionId)
Set Region ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRegionName(String RegionName)
Set Region name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTotalCost(String TotalCost)
Set Total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVoucherPayAmount(String VoucherPayAmount)
Set The deducted voucher amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
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 RegionSummaryOverviewItem()
public RegionSummaryOverviewItem(RegionSummaryOverviewItem source)
public String getRegionId()
public void setRegionId(String RegionId)
RegionId
- Region ID
Note: This field may return null, indicating that no valid values can be obtained.public String getRegionName()
public void setRegionName(String RegionName)
RegionName
- Region name
Note: This field may return null, indicating that no valid values can be obtained.public String getOriginalCost()
public void setOriginalCost(String OriginalCost)
OriginalCost
- The actual total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.public String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount
- The deducted voucher amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.public String getTotalCost()
public void setTotalCost(String TotalCost)
TotalCost
- Total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.