public class ApiUsagePlanSet extends AbstractModel
| Constructor and Description | 
|---|
| ApiUsagePlanSet() | 
| Modifier and Type | Method and Description | 
|---|---|
| ApiUsagePlan[] | getApiUsagePlanList()Get List of usage plans bound to API. | 
| Long | getTotalCount()Get Total number of usage plans bound to API. | 
| void | setApiUsagePlanList(ApiUsagePlan[] ApiUsagePlanList)Set List of usage plans bound to API. | 
| void | setTotalCount(Long TotalCount)Set Total number of usage plans bound to API. | 
| 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 Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Total number of usage plans bound to API.
Note: this field may return null, indicating that no valid values can be obtained.public ApiUsagePlan[] getApiUsagePlanList()
public void setApiUsagePlanList(ApiUsagePlan[] ApiUsagePlanList)
ApiUsagePlanList - List of usage plans bound to API.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.