Class PostpayEnvQuota
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.PostpayEnvQuota
-
public class PostpayEnvQuota extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PostpayEnvQuota()
PostpayEnvQuota(PostpayEnvQuota 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 String
getEndTime()
Get 配额失效时间 为空表示没有时间限制String
getMetricName()
Get 指标名String
getResourceType()
Get 资源类型String
getStartTime()
Get 配额生效时间 为空表示没有时间限制Long
getValue()
Get 配额值void
setEndTime(String EndTime)
Set 配额失效时间 为空表示没有时间限制void
setMetricName(String MetricName)
Set 指标名void
setResourceType(String ResourceType)
Set 资源类型void
setStartTime(String StartTime)
Set 配额生效时间 为空表示没有时间限制void
setValue(Long Value)
Set 配额值void
toMap(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
-
PostpayEnvQuota
public PostpayEnvQuota()
-
PostpayEnvQuota
public PostpayEnvQuota(PostpayEnvQuota 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 资源类型- Returns:
- ResourceType 资源类型
-
setResourceType
public void setResourceType(String ResourceType)
Set 资源类型- Parameters:
ResourceType
- 资源类型
-
getMetricName
public String getMetricName()
Get 指标名- Returns:
- MetricName 指标名
-
setMetricName
public void setMetricName(String MetricName)
Set 指标名- Parameters:
MetricName
- 指标名
-
getValue
public Long getValue()
Get 配额值- Returns:
- Value 配额值
-
setValue
public void setValue(Long Value)
Set 配额值- Parameters:
Value
- 配额值
-
getStartTime
public String getStartTime()
Get 配额生效时间 为空表示没有时间限制- Returns:
- StartTime 配额生效时间 为空表示没有时间限制
-
setStartTime
public void setStartTime(String StartTime)
Set 配额生效时间 为空表示没有时间限制- Parameters:
StartTime
- 配额生效时间 为空表示没有时间限制
-
getEndTime
public String getEndTime()
Get 配额失效时间 为空表示没有时间限制- Returns:
- EndTime 配额失效时间 为空表示没有时间限制
-
setEndTime
public void setEndTime(String EndTime)
Set 配额失效时间 为空表示没有时间限制- Parameters:
EndTime
- 配额失效时间 为空表示没有时间限制
-
-