public class UsagePlansStatus extends AbstractModel
| Constructor and Description | 
|---|
| UsagePlansStatus() | 
| UsagePlansStatus(UsagePlansStatus 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 | 
|---|---|
| Long | getTotalCount()Get Number of eligible usage plans. | 
| UsagePlanStatusInfo[] | getUsagePlanStatusSet()Get Usage plan list. | 
| void | setTotalCount(Long TotalCount)Set Number of eligible usage plans. | 
| void | setUsagePlanStatusSet(UsagePlanStatusInfo[] UsagePlanStatusSet)Set Usage plan list. | 
| 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 UsagePlansStatus()
public UsagePlansStatus(UsagePlansStatus source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Number of eligible usage plans.
Note: this field may return null, indicating that no valid values can be obtained.public UsagePlanStatusInfo[] getUsagePlanStatusSet()
public void setUsagePlanStatusSet(UsagePlanStatusInfo[] UsagePlanStatusSet)
UsagePlanStatusSet - Usage plan list.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.