Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ApiKey
-
Packages that use ApiKey Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ApiKey in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return ApiKey Modifier and Type Method Description ApiKey[]ApiKeysStatus. getApiKeySet()Get API 密钥列表。 注意:此字段可能返回 null,表示取不到有效值。ApiKeyCreateApiKeyResponse. getResult()Get 新增的密钥详情。 注意:此字段可能返回 null,表示取不到有效值。ApiKeyDescribeApiKeyResponse. getResult()Get 密钥详情。 注意:此字段可能返回 null,表示取不到有效值。ApiKeyUpdateApiKeyResponse. getResult()Get 更换后的密钥详情。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ApiKey Modifier and Type Method Description voidApiKeysStatus. setApiKeySet(ApiKey[] ApiKeySet)Set API 密钥列表。 注意:此字段可能返回 null,表示取不到有效值。voidCreateApiKeyResponse. setResult(ApiKey Result)Set 新增的密钥详情。 注意:此字段可能返回 null,表示取不到有效值。voidDescribeApiKeyResponse. setResult(ApiKey Result)Set 密钥详情。 注意:此字段可能返回 null,表示取不到有效值。voidUpdateApiKeyResponse. setResult(ApiKey Result)Set 更换后的密钥详情。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ApiKey Constructor 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.
-