public class SavingPlanUsageDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
SavingPlanUsageDetail() |
SavingPlanUsageDetail(SavingPlanUsageDetail 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 |
getCostAmount()
Get 累计成本金额(单位:元)
|
String |
getDeductAmount()
Get 累计抵扣的金额(单位:元)
|
String |
getDosageAmount()
Get 累计按量计费预期金额(单位:元)
|
String |
getLossAmount()
Get 累计流失金额(单位:元)
|
String |
getNetSavings()
Get 累计净节省金额(单位:元)
|
String |
getPromiseAmount()
Get 累计承诺消费金额(单位:元)
|
String[] |
getRegion()
Get 地域
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpType()
Get 节省计划类型
|
Long |
getStatus()
Get 节省计划状态
|
Float |
getUtilizationRate()
Get 使用率
|
void |
setCostAmount(String CostAmount)
Set 累计成本金额(单位:元)
|
void |
setDeductAmount(String DeductAmount)
Set 累计抵扣的金额(单位:元)
|
void |
setDosageAmount(String DosageAmount)
Set 累计按量计费预期金额(单位:元)
|
void |
setLossAmount(String LossAmount)
Set 累计流失金额(单位:元)
|
void |
setNetSavings(String NetSavings)
Set 累计净节省金额(单位:元)
|
void |
setPromiseAmount(String PromiseAmount)
Set 累计承诺消费金额(单位:元)
|
void |
setRegion(String[] Region)
Set 地域
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpType(String SpType)
Set 节省计划类型
|
void |
setStatus(Long Status)
Set 节省计划状态
|
void |
setUtilizationRate(Float UtilizationRate)
Set 使用率
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SavingPlanUsageDetail()
public SavingPlanUsageDetail(SavingPlanUsageDetail source)
public String getSpType()
public void setSpType(String SpType)
SpType
- 节省计划类型public Long getStatus()
public void setStatus(Long Status)
Status
- 节省计划状态public String getDeductAmount()
public void setDeductAmount(String DeductAmount)
DeductAmount
- 累计抵扣的金额(单位:元)public String getPromiseAmount()
public void setPromiseAmount(String PromiseAmount)
PromiseAmount
- 累计承诺消费金额(单位:元)public String getNetSavings()
public void setNetSavings(String NetSavings)
NetSavings
- 累计净节省金额(单位:元)public Float getUtilizationRate()
public void setUtilizationRate(Float UtilizationRate)
UtilizationRate
- 使用率public String getLossAmount()
public void setLossAmount(String LossAmount)
LossAmount
- 累计流失金额(单位:元)public String getDosageAmount()
public void setDosageAmount(String DosageAmount)
DosageAmount
- 累计按量计费预期金额(单位:元)public String getCostAmount()
public void setCostAmount(String CostAmount)
CostAmount
- 累计成本金额(单位:元)public String[] getRegion()
public void setRegion(String[] Region)
Region
- 地域
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.