public class PostPaidEnvDeductInfo extends AbstractModel
header, skipSign| 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 | 
| Float | getFreeQuota()Get 免费额度抵扣详情 | 
| String | getMetricName()Get 指标名 | 
| Float | getPkgQuota()Get 资源包抵扣详情 | 
| String | getResourceType()Get 资源方 | 
| Float | getResQuota()Get 按量计费详情 | 
| void | setEnvId(String EnvId)Set 环境id | 
| void | setFreeQuota(Float FreeQuota)Set 免费额度抵扣详情 | 
| void | setMetricName(String MetricName)Set 指标名 | 
| void | setPkgQuota(Float PkgQuota)Set 资源包抵扣详情 | 
| void | setResourceType(String ResourceType)Set 资源方 | 
| void | setResQuota(Float ResQuota)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, toJsonStringpublic PostPaidEnvDeductInfo()
public PostPaidEnvDeductInfo(PostPaidEnvDeductInfo source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - 资源方public String getMetricName()
public void setMetricName(String MetricName)
MetricName - 指标名public Float getResQuota()
public void setResQuota(Float ResQuota)
ResQuota - 按量计费详情public Float getPkgQuota()
public void setPkgQuota(Float PkgQuota)
PkgQuota - 资源包抵扣详情public Float getFreeQuota()
public void setFreeQuota(Float FreeQuota)
FreeQuota - 免费额度抵扣详情public String getEnvId()
public void setEnvId(String EnvId)
EnvId - 环境idCopyright © 2025. All rights reserved.