public class UsagePlanBindSecretStatus extends AbstractModel
| Constructor and Description | 
|---|
| UsagePlanBindSecretStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| UsagePlanBindSecret[] | getAccessKeyList()Get List of key details. | 
| Long | getTotalCount()Get Number of keys bound to usage plan. | 
| void | setAccessKeyList(UsagePlanBindSecret[] AccessKeyList)Set List of key details. | 
| void | setTotalCount(Long TotalCount)Set Number of keys 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, toJsonStringpublic Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Number of keys bound to usage plan.
Note: this field may return null, indicating that no valid values can be obtained.public UsagePlanBindSecret[] getAccessKeyList()
public void setAccessKeyList(UsagePlanBindSecret[] AccessKeyList)
AccessKeyList - List of key details.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.