public class UsagePlanEnvironmentStatus extends AbstractModel
Constructor and Description |
---|
UsagePlanEnvironmentStatus() |
UsagePlanEnvironmentStatus(UsagePlanEnvironmentStatus 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 |
---|---|
UsagePlanEnvironment[] |
getEnvironmentList()
Get Environment status of services bound to usage plan.
|
Long |
getTotalCount()
Get Number of environments of the service bound to usage plan.
|
void |
setEnvironmentList(UsagePlanEnvironment[] EnvironmentList)
Set Environment status of services bound to usage plan.
|
void |
setTotalCount(Long TotalCount)
Set Number of environments of the service bound to usage plan.
|
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 UsagePlanEnvironmentStatus()
public UsagePlanEnvironmentStatus(UsagePlanEnvironmentStatus source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Number of environments of the service bound to usage plan.
Note: this field may return null, indicating that no valid values can be obtained.public UsagePlanEnvironment[] getEnvironmentList()
public void setEnvironmentList(UsagePlanEnvironment[] EnvironmentList)
EnvironmentList
- Environment status of services bound to usage plan.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.