public class UsagePlanStatusInfo extends AbstractModel
| Constructor and Description | 
|---|
UsagePlanStatusInfo()  | 
UsagePlanStatusInfo(UsagePlanStatusInfo 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 | 
getCreatedTime()
Get Creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. 
 | 
Long | 
getMaxRequestNum()
Get Total number of requests allowed. 
 | 
Long | 
getMaxRequestNumPreSec()
Get Maximum number 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 Custom usage plan description. 
 | 
String | 
getUsagePlanId()
Get Unique usage plan ID. 
 | 
String | 
getUsagePlanName()
Get Custom usage plan name. 
 | 
void | 
setCreatedTime(String CreatedTime)
Set Creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard. 
 | 
void | 
setMaxRequestNum(Long MaxRequestNum)
Set Total number of requests allowed. 
 | 
void | 
setMaxRequestNumPreSec(Long MaxRequestNumPreSec)
Set Maximum number 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 Custom usage plan description. 
 | 
void | 
setUsagePlanId(String UsagePlanId)
Set Unique usage plan ID. 
 | 
void | 
setUsagePlanName(String UsagePlanName)
Set Custom usage plan name. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic UsagePlanStatusInfo()
public UsagePlanStatusInfo(UsagePlanStatusInfo 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 - Custom 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 - Custom usage plan description.
Note: this field may return null, indicating that no valid values can be obtained.public Long getMaxRequestNumPreSec()
public void setMaxRequestNumPreSec(Long MaxRequestNumPreSec)
MaxRequestNumPreSec - Maximum number 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 - Total number of requests allowed. `-1` indicates no limit.
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.Copyright © 2022. All rights reserved.