public class DeleteSecretRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getEdgeUnitID()
Get 单元ID
|
String |
getSecretName()
Get secret名称
|
String |
getSecretNamespace()
Get secret命名空间(默认:default)
|
void |
setEdgeUnitID(Long EdgeUnitID)
Set 单元ID
|
void |
setSecretName(String SecretName)
Set secret名称
|
void |
setSecretNamespace(String SecretNamespace)
Set secret命名空间(默认:default)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeleteSecretRequest()
public DeleteSecretRequest(DeleteSecretRequest source)
public Long getEdgeUnitID()
public void setEdgeUnitID(Long EdgeUnitID)
EdgeUnitID
- 单元IDpublic String getSecretName()
public void setSecretName(String SecretName)
SecretName
- secret名称public String getSecretNamespace()
public void setSecretNamespace(String SecretNamespace)
SecretNamespace
- secret命名空间(默认:default)Copyright © 2022. All rights reserved.