public class ApiKeysStatus extends AbstractModel
| Constructor and Description | 
|---|
| ApiKeysStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| ApiKey[] | getApiKeySet()Get API key list. | 
| Long | getTotalCount()Get Number of eligible API keys. | 
| void | setApiKeySet(ApiKey[] ApiKeySet)Set API key list. | 
| void | setTotalCount(Long TotalCount)Set Number of eligible API keys. | 
| 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 eligible API keys.
Note: this field may return null, indicating that no valid values can be obtained.public ApiKey[] getApiKeySet()
public void setApiKeySet(ApiKey[] ApiKeySet)
ApiKeySet - API key list.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.