Class DescribeSecretRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DescribeSecretRequest
-
public class DescribeSecretRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeSecretRequest()DescribeSecretRequest(DescribeSecretRequest 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 命名空间(默认值:default)voidsetEdgeUnitID(Long EdgeUnitID)Set 边缘单元IDvoidsetSecretName(String SecretName)Set secret名voidsetSecretNamespace(String SecretNamespace)Set 命名空间(默认值: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
-
DescribeSecretRequest
public DescribeSecretRequest()
-
DescribeSecretRequest
public DescribeSecretRequest(DescribeSecretRequest 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 命名空间(默认值:default)- Returns:
- SecretNamespace 命名空间(默认值:default)
-
setSecretNamespace
public void setSecretNamespace(String SecretNamespace)
Set 命名空间(默认值:default)- Parameters:
SecretNamespace- 命名空间(默认值:default)
-
-