public class PostPaidEnvDeductInfo extends AbstractModel
Constructor and Description |
---|
PostPaidEnvDeductInfo() |
PostPaidEnvDeductInfo(PostPaidEnvDeductInfo 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 |
getEnvId()
Get 环境id
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getFreeQuota()
Get 免费额度抵扣详情
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMetricName()
Get 指标名
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getPkgQuota()
Get 资源包抵扣详情
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getResourceType()
Get 资源方
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getResQuota()
Get 按量计费详情
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnvId(String EnvId)
Set 环境id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFreeQuota(Float FreeQuota)
Set 免费额度抵扣详情
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMetricName(String MetricName)
Set 指标名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPkgQuota(Float PkgQuota)
Set 资源包抵扣详情
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResourceType(String ResourceType)
Set 资源方
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResQuota(Float ResQuota)
Set 按量计费详情
注意:此字段可能返回 null,表示取不到有效值。
|
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 PostPaidEnvDeductInfo()
public PostPaidEnvDeductInfo(PostPaidEnvDeductInfo source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- 资源方
注意:此字段可能返回 null,表示取不到有效值。public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- 指标名
注意:此字段可能返回 null,表示取不到有效值。public Float getResQuota()
public void setResQuota(Float ResQuota)
ResQuota
- 按量计费详情
注意:此字段可能返回 null,表示取不到有效值。public Float getPkgQuota()
public void setPkgQuota(Float PkgQuota)
PkgQuota
- 资源包抵扣详情
注意:此字段可能返回 null,表示取不到有效值。public Float getFreeQuota()
public void setFreeQuota(Float FreeQuota)
FreeQuota
- 免费额度抵扣详情
注意:此字段可能返回 null,表示取不到有效值。public String getEnvId()
public void setEnvId(String EnvId)
EnvId
- 环境id
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.