Class DeleteInstanceTokenRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.DeleteInstanceTokenRequest
-
public class DeleteInstanceTokenRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteInstanceTokenRequest()DeleteInstanceTokenRequest(DeleteInstanceTokenRequest 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 StringgetRegistryId()Get 实例 IDStringgetTokenId()Get 访问凭证 IDvoidsetRegistryId(String RegistryId)Set 实例 IDvoidsetTokenId(String TokenId)Set 访问凭证 IDvoidtoMap(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
-
DeleteInstanceTokenRequest
public DeleteInstanceTokenRequest()
-
DeleteInstanceTokenRequest
public DeleteInstanceTokenRequest(DeleteInstanceTokenRequest 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
-
getRegistryId
public String getRegistryId()
Get 实例 ID- Returns:
- RegistryId 实例 ID
-
setRegistryId
public void setRegistryId(String RegistryId)
Set 实例 ID- Parameters:
RegistryId- 实例 ID
-
getTokenId
public String getTokenId()
Get 访问凭证 ID- Returns:
- TokenId 访问凭证 ID
-
setTokenId
public void setTokenId(String TokenId)
Set 访问凭证 ID- Parameters:
TokenId- 访问凭证 ID
-
-