| Package | Description | 
|---|---|
| com.tencentcloudapi.apigateway.v20180808.models | 
| Modifier and Type | Method and Description | 
|---|---|
| ApiKey[] | ApiKeysStatus. getApiKeySet()Get API key list. | 
| ApiKey | DescribeApiKeyResponse. getResult()Get Key details. | 
| ApiKey | UpdateApiKeyResponse. getResult()Get Key details after change. | 
| ApiKey | CreateApiKeyResponse. getResult()Get New key details. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ApiKeysStatus. setApiKeySet(ApiKey[] ApiKeySet)Set API key list. | 
| void | DescribeApiKeyResponse. setResult(ApiKey Result)Set Key details. | 
| void | UpdateApiKeyResponse. setResult(ApiKey Result)Set Key details after change. | 
| void | CreateApiKeyResponse. setResult(ApiKey Result)Set New key details. | 
| Constructor and Description | 
|---|
| ApiKey(ApiKey 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. | 
Copyright © 2023. All rights reserved.