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 Long
getEdgeUnitID()
Get 边缘单元IDString
getSecretName()
Get Secret名String
getSecretNamespace()
Get Secret命名空间(默认:default)String
getYaml()
Get Secret的Yaml格式void
setEdgeUnitID(Long EdgeUnitID)
Set 边缘单元IDvoid
setSecretName(String SecretName)
Set Secret名void
setSecretNamespace(String SecretNamespace)
Set Secret命名空间(默认:default)void
setYaml(String Yaml)
Set Secret的Yaml格式void
toMap(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)
-
-