public class ServiceUsagePlanSet extends AbstractModel
Constructor and Description |
---|
ServiceUsagePlanSet() |
ServiceUsagePlanSet(ServiceUsagePlanSet 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 |
---|---|
ApiUsagePlan[] |
getServiceUsagePlanList()
Get List of usage plans bound to service.
|
Long |
getTotalCount()
Get Total number of usage plans bound to service.
|
void |
setServiceUsagePlanList(ApiUsagePlan[] ServiceUsagePlanList)
Set List of usage plans bound to service.
|
void |
setTotalCount(Long TotalCount)
Set Total number of usage plans bound to service.
|
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 ServiceUsagePlanSet()
public ServiceUsagePlanSet(ServiceUsagePlanSet source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total number of usage plans bound to service.
Note: this field may return null, indicating that no valid values can be obtained.public ApiUsagePlan[] getServiceUsagePlanList()
public void setServiceUsagePlanList(ApiUsagePlan[] ServiceUsagePlanList)
ServiceUsagePlanList
- List of usage plans bound to service.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.