Class PostPaidEnvDeductInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.PostPaidEnvDeductInfo
-
public class PostPaidEnvDeductInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEnvId()Get 环境id 注意:此字段可能返回 null,表示取不到有效值。FloatgetFreeQuota()Get 免费额度抵扣详情 注意:此字段可能返回 null,表示取不到有效值。StringgetMetricName()Get 指标名 注意:此字段可能返回 null,表示取不到有效值。FloatgetPkgQuota()Get 资源包抵扣详情 注意:此字段可能返回 null,表示取不到有效值。StringgetResourceType()Get 资源方 注意:此字段可能返回 null,表示取不到有效值。FloatgetResQuota()Get 按量计费详情 注意:此字段可能返回 null,表示取不到有效值。voidsetEnvId(String EnvId)Set 环境id 注意:此字段可能返回 null,表示取不到有效值。voidsetFreeQuota(Float FreeQuota)Set 免费额度抵扣详情 注意:此字段可能返回 null,表示取不到有效值。voidsetMetricName(String MetricName)Set 指标名 注意:此字段可能返回 null,表示取不到有效值。voidsetPkgQuota(Float PkgQuota)Set 资源包抵扣详情 注意:此字段可能返回 null,表示取不到有效值。voidsetResourceType(String ResourceType)Set 资源方 注意:此字段可能返回 null,表示取不到有效值。voidsetResQuota(Float ResQuota)Set 按量计费详情 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PostPaidEnvDeductInfo
public PostPaidEnvDeductInfo()
-
PostPaidEnvDeductInfo
public 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.
-
-
Method Detail
-
getResourceType
public String getResourceType()
Get 资源方 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ResourceType 资源方 注意:此字段可能返回 null,表示取不到有效值。
-
setResourceType
public void setResourceType(String ResourceType)
Set 资源方 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ResourceType- 资源方 注意:此字段可能返回 null,表示取不到有效值。
-
getMetricName
public String getMetricName()
Get 指标名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MetricName 指标名 注意:此字段可能返回 null,表示取不到有效值。
-
setMetricName
public void setMetricName(String MetricName)
Set 指标名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MetricName- 指标名 注意:此字段可能返回 null,表示取不到有效值。
-
getResQuota
public Float getResQuota()
Get 按量计费详情 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ResQuota 按量计费详情 注意:此字段可能返回 null,表示取不到有效值。
-
setResQuota
public void setResQuota(Float ResQuota)
Set 按量计费详情 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ResQuota- 按量计费详情 注意:此字段可能返回 null,表示取不到有效值。
-
getPkgQuota
public Float getPkgQuota()
Get 资源包抵扣详情 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PkgQuota 资源包抵扣详情 注意:此字段可能返回 null,表示取不到有效值。
-
setPkgQuota
public void setPkgQuota(Float PkgQuota)
Set 资源包抵扣详情 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PkgQuota- 资源包抵扣详情 注意:此字段可能返回 null,表示取不到有效值。
-
getFreeQuota
public Float getFreeQuota()
Get 免费额度抵扣详情 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FreeQuota 免费额度抵扣详情 注意:此字段可能返回 null,表示取不到有效值。
-
setFreeQuota
public void setFreeQuota(Float FreeQuota)
Set 免费额度抵扣详情 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FreeQuota- 免费额度抵扣详情 注意:此字段可能返回 null,表示取不到有效值。
-
getEnvId
public String getEnvId()
Get 环境id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EnvId 环境id 注意:此字段可能返回 null,表示取不到有效值。
-
setEnvId
public void setEnvId(String EnvId)
Set 环境id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EnvId- 环境id 注意:此字段可能返回 null,表示取不到有效值。
-
-