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