Class DeleteSecretRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DeleteSecretRequest
-
public class DeleteSecretRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteSecretRequest()DeleteSecretRequest(DeleteSecretRequest 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 LonggetEdgeUnitID()Get 单元IDStringgetSecretName()Get secret名称StringgetSecretNamespace()Get secret命名空间(默认:default)voidsetEdgeUnitID(Long EdgeUnitID)Set 单元IDvoidsetSecretName(String SecretName)Set secret名称voidsetSecretNamespace(String SecretNamespace)Set secret命名空间(默认:default)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
-
DeleteSecretRequest
public DeleteSecretRequest()
-
DeleteSecretRequest
public DeleteSecretRequest(DeleteSecretRequest 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
-
getEdgeUnitID
public Long getEdgeUnitID()
Get 单元ID- Returns:
- EdgeUnitID 单元ID
-
setEdgeUnitID
public void setEdgeUnitID(Long EdgeUnitID)
Set 单元ID- Parameters:
EdgeUnitID- 单元ID
-
getSecretName
public String getSecretName()
Get secret名称- Returns:
- SecretName secret名称
-
setSecretName
public void setSecretName(String SecretName)
Set secret名称- Parameters:
SecretName- secret名称
-
getSecretNamespace
public String getSecretNamespace()
Get secret命名空间(默认:default)- Returns:
- SecretNamespace secret命名空间(默认:default)
-
setSecretNamespace
public void setSecretNamespace(String SecretNamespace)
Set secret命名空间(默认:default)- Parameters:
SecretNamespace- secret命名空间(默认:default)
-
-