public class ApiKeysStatus extends AbstractModel
| Constructor and Description | 
|---|
| ApiKeysStatus() | 
| ApiKeysStatus(ApiKeysStatus 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 | 
|---|---|
| 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 ApiKeysStatus()
public ApiKeysStatus(ApiKeysStatus source)
public 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 © 2022. All rights reserved.