public class PostpayEnvQuota extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and 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.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PostpayEnvQuota()
public PostpayEnvQuota(PostpayEnvQuota source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- 资源类型public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- 指标名public Long getValue()
public void setValue(Long Value)
Value
- 配额值public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 配额生效时间
为空表示没有时间限制public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 配额失效时间
为空表示没有时间限制Copyright © 2024. All rights reserved.