Class UnBindSecretIdsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.UnBindSecretIdsRequest
-
public class UnBindSecretIdsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UnBindSecretIdsRequest()UnBindSecretIdsRequest(UnBindSecretIdsRequest 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 String[]getAccessKeyIds()Get 待解绑的密钥 ID 数组。StringgetUsagePlanId()Get 待解绑的使用计划唯一 ID。voidsetAccessKeyIds(String[] AccessKeyIds)Set 待解绑的密钥 ID 数组。voidsetUsagePlanId(String UsagePlanId)Set 待解绑的使用计划唯一 ID。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
-
UnBindSecretIdsRequest
public UnBindSecretIdsRequest()
-
UnBindSecretIdsRequest
public UnBindSecretIdsRequest(UnBindSecretIdsRequest 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
-
getUsagePlanId
public String getUsagePlanId()
Get 待解绑的使用计划唯一 ID。- Returns:
- UsagePlanId 待解绑的使用计划唯一 ID。
-
setUsagePlanId
public void setUsagePlanId(String UsagePlanId)
Set 待解绑的使用计划唯一 ID。- Parameters:
UsagePlanId- 待解绑的使用计划唯一 ID。
-
getAccessKeyIds
public String[] getAccessKeyIds()
Get 待解绑的密钥 ID 数组。- Returns:
- AccessKeyIds 待解绑的密钥 ID 数组。
-
setAccessKeyIds
public void setAccessKeyIds(String[] AccessKeyIds)
Set 待解绑的密钥 ID 数组。- Parameters:
AccessKeyIds- 待解绑的密钥 ID 数组。
-
-