public class UsagePlanEnvironment extends AbstractModel
Constructor and Description |
---|
UsagePlanEnvironment() |
UsagePlanEnvironment(UsagePlanEnvironment 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 |
getApiId()
Get Unique API ID.
|
String |
getApiName()
Get API name.
|
String |
getCreatedTime()
Get Creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
String |
getEnvironment()
Get Name of bound environment.
|
Long |
getInUseRequestNum()
Get Used quota.
|
Long |
getMaxRequestNum()
Get Maximum number of requests.
|
Long |
getMaxRequestNumPreSec()
Get Maximum number of requests per second.
|
String |
getMethod()
Get API method.
|
String |
getModifiedTime()
Get Last modified time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
String |
getPath()
Get API path.
|
String |
getServiceId()
Get Unique ID of bound service.
|
String |
getServiceName()
Get Service name.
|
void |
setApiId(String ApiId)
Set Unique API ID.
|
void |
setApiName(String ApiName)
Set API name.
|
void |
setCreatedTime(String CreatedTime)
Set Creation time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
void |
setEnvironment(String Environment)
Set Name of bound environment.
|
void |
setInUseRequestNum(Long InUseRequestNum)
Set Used quota.
|
void |
setMaxRequestNum(Long MaxRequestNum)
Set Maximum number of requests.
|
void |
setMaxRequestNumPreSec(Long MaxRequestNumPreSec)
Set Maximum number of requests per second.
|
void |
setMethod(String Method)
Set API method.
|
void |
setModifiedTime(String ModifiedTime)
Set Last modified time in the format of YYYY-MM-DDThh:mm:ssZ according to ISO 8601 standard.
|
void |
setPath(String Path)
Set API path.
|
void |
setServiceId(String ServiceId)
Set Unique ID of bound service.
|
void |
setServiceName(String ServiceName)
Set Service 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, toJsonString
public UsagePlanEnvironment()
public UsagePlanEnvironment(UsagePlanEnvironment source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- Unique ID of bound service.
Note: this field may return null, indicating that no valid values can be obtained.public String getApiId()
public void setApiId(String ApiId)
ApiId
- Unique API ID.
Note: this field may return null, indicating that no valid values can be obtained.public String getApiName()
public void setApiName(String ApiName)
ApiName
- API name.
Note: this field may return null, indicating that no valid values can be obtained.public String getPath()
public void setPath(String Path)
Path
- API path.
Note: this field may return null, indicating that no valid values can be obtained.public String getMethod()
public void setMethod(String Method)
Method
- API method.
Note: this field may return null, indicating that no valid values can be obtained.public String getEnvironment()
public void setEnvironment(String Environment)
Environment
- Name of bound environment.
Note: this field may return null, indicating that no valid values can be obtained.public Long getInUseRequestNum()
public void setInUseRequestNum(Long InUseRequestNum)
InUseRequestNum
- Used quota.
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 requests.
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 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 String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- Service name.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.