public class UsagePlanInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
UsagePlanInfo() |
UsagePlanInfo(UsagePlanInfo 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 |
---|---|
UsagePlanBindEnvironment[] |
getBindEnvironments()
Get Details of bound environments.
|
Long |
getBindEnvironmentTotalCount()
Get Number of bound environments.
|
String[] |
getBindSecretIds()
Get Details of bound keys.
|
Long |
getBindSecretIdTotalCount()
Get Number of bound keys.
|
String |
getCreatedTime()
Get Creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
Long |
getInitQuota()
Get Number of initialization calls.
|
Long |
getIsHide()
Get Whether to hide.
|
Long |
getMaxRequestNum()
Get Maximum number of calls.
|
Long |
getMaxRequestNumPreSec()
Get Limit of requests per second.
|
String |
getModifiedTime()
Get Last modified time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
String |
getUsagePlanDesc()
Get Usage plan description.
|
String |
getUsagePlanId()
Get Unique usage plan ID.
|
String |
getUsagePlanName()
Get Usage plan name.
|
void |
setBindEnvironments(UsagePlanBindEnvironment[] BindEnvironments)
Set Details of bound environments.
|
void |
setBindEnvironmentTotalCount(Long BindEnvironmentTotalCount)
Set Number of bound environments.
|
void |
setBindSecretIds(String[] BindSecretIds)
Set Details of bound keys.
|
void |
setBindSecretIdTotalCount(Long BindSecretIdTotalCount)
Set Number of bound keys.
|
void |
setCreatedTime(String CreatedTime)
Set Creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
void |
setInitQuota(Long InitQuota)
Set Number of initialization calls.
|
void |
setIsHide(Long IsHide)
Set Whether to hide.
|
void |
setMaxRequestNum(Long MaxRequestNum)
Set Maximum number of calls.
|
void |
setMaxRequestNumPreSec(Long MaxRequestNumPreSec)
Set Limit of requests per second.
|
void |
setModifiedTime(String ModifiedTime)
Set Last modified time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
void |
setUsagePlanDesc(String UsagePlanDesc)
Set Usage plan description.
|
void |
setUsagePlanId(String UsagePlanId)
Set Unique usage plan ID.
|
void |
setUsagePlanName(String UsagePlanName)
Set Usage plan name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UsagePlanInfo()
public UsagePlanInfo(UsagePlanInfo source)
public String getUsagePlanId()
public void setUsagePlanId(String UsagePlanId)
UsagePlanId
- Unique usage plan ID.
Note: this field may return null, indicating that no valid values can be obtained.public String getUsagePlanName()
public void setUsagePlanName(String UsagePlanName)
UsagePlanName
- Usage plan name.
Note: this field may return null, indicating that no valid values can be obtained.public String getUsagePlanDesc()
public void setUsagePlanDesc(String UsagePlanDesc)
UsagePlanDesc
- Usage plan description.
Note: this field may return null, indicating that no valid values can be obtained.public Long getInitQuota()
public void setInitQuota(Long InitQuota)
InitQuota
- Number of initialization calls.
Note: this field may return null, indicating that no valid values can be obtained.public Long getMaxRequestNumPreSec()
public void setMaxRequestNumPreSec(Long MaxRequestNumPreSec)
MaxRequestNumPreSec
- Limit of requests per second.
Note: this field may return null, indicating that no valid values can be obtained.public Long getMaxRequestNum()
public void setMaxRequestNum(Long MaxRequestNum)
MaxRequestNum
- Maximum number of calls.
Note: this field may return null, indicating that no valid values can be obtained.public Long getIsHide()
public void setIsHide(Long IsHide)
IsHide
- Whether to hide.
Note: this field may return null, indicating that no valid values can be obtained.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- Creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. UTC time is used.
Note: this field may return null, indicating that no valid values can be obtained.public String getModifiedTime()
public void setModifiedTime(String ModifiedTime)
ModifiedTime
- Last modified time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. UTC time is used.
Note: this field may return null, indicating that no valid values can be obtained.public Long getBindSecretIdTotalCount()
public void setBindSecretIdTotalCount(Long BindSecretIdTotalCount)
BindSecretIdTotalCount
- Number of bound keys.
Note: this field may return null, indicating that no valid values can be obtained.public String[] getBindSecretIds()
public void setBindSecretIds(String[] BindSecretIds)
BindSecretIds
- Details of bound keys.
Note: this field may return null, indicating that no valid values can be obtained.public Long getBindEnvironmentTotalCount()
public void setBindEnvironmentTotalCount(Long BindEnvironmentTotalCount)
BindEnvironmentTotalCount
- Number of bound environments.
Note: this field may return null, indicating that no valid values can be obtained.public UsagePlanBindEnvironment[] getBindEnvironments()
public void setBindEnvironments(UsagePlanBindEnvironment[] BindEnvironments)
BindEnvironments
- Details of bound environments.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.