public class SecretItem extends AbstractModel
skipSign
Constructor and Description |
---|
SecretItem() |
SecretItem(SecretItem 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 |
---|---|
String |
getCreateTime()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get Secret名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNamespace()
Get 命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSecretType()
Get Secret类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set Secret名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNamespace(String Namespace)
Set 命名空间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecretType(String SecretType)
Set Secret类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SecretItem()
public SecretItem(SecretItem source)
public String getName()
public void setName(String Name)
Name
- Secret名
注意:此字段可能返回 null,表示取不到有效值。public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getSecretType()
public void setSecretType(String SecretType)
SecretType
- Secret类型
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.