Class UpdateApiAppKeyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.UpdateApiAppKeyRequest
-
public class UpdateApiAppKeyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateApiAppKeyRequest()UpdateApiAppKeyRequest(UpdateApiAppKeyRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApiAppId()Get 应用唯一 ID。StringgetApiAppKey()Get 应用的Key。StringgetApiAppSecret()Get 应用的Secret。voidsetApiAppId(String ApiAppId)Set 应用唯一 ID。voidsetApiAppKey(String ApiAppKey)Set 应用的Key。voidsetApiAppSecret(String ApiAppSecret)Set 应用的Secret。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UpdateApiAppKeyRequest
public UpdateApiAppKeyRequest()
-
UpdateApiAppKeyRequest
public UpdateApiAppKeyRequest(UpdateApiAppKeyRequest 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.
-
-
Method Detail
-
getApiAppId
public String getApiAppId()
Get 应用唯一 ID。- Returns:
- ApiAppId 应用唯一 ID。
-
setApiAppId
public void setApiAppId(String ApiAppId)
Set 应用唯一 ID。- Parameters:
ApiAppId- 应用唯一 ID。
-
getApiAppKey
public String getApiAppKey()
Get 应用的Key。- Returns:
- ApiAppKey 应用的Key。
-
setApiAppKey
public void setApiAppKey(String ApiAppKey)
Set 应用的Key。- Parameters:
ApiAppKey- 应用的Key。
-
getApiAppSecret
public String getApiAppSecret()
Get 应用的Secret。- Returns:
- ApiAppSecret 应用的Secret。
-
setApiAppSecret
public void setApiAppSecret(String ApiAppSecret)
Set 应用的Secret。- Parameters:
ApiAppSecret- 应用的Secret。
-
-