Class SecretItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.SecretItem
-
public class SecretItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreateTime()Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get Secret名 注意:此字段可能返回 null,表示取不到有效值。StringgetNamespace()Get 命名空间 注意:此字段可能返回 null,表示取不到有效值。StringgetSecretType()Get Secret类型 注意:此字段可能返回 null,表示取不到有效值。voidsetCreateTime(String CreateTime)Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set Secret名 注意:此字段可能返回 null,表示取不到有效值。voidsetNamespace(String Namespace)Set 命名空间 注意:此字段可能返回 null,表示取不到有效值。voidsetSecretType(String SecretType)Set Secret类型 注意:此字段可能返回 null,表示取不到有效值。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
-
SecretItem
public SecretItem()
-
SecretItem
public 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.
-
-
Method Detail
-
getName
public String getName()
Get Secret名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name Secret名 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set Secret名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- Secret名 注意:此字段可能返回 null,表示取不到有效值。
-
getNamespace
public String getNamespace()
Get 命名空间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Namespace 命名空间 注意:此字段可能返回 null,表示取不到有效值。
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Namespace- 命名空间 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTime
public String getCreateTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateTime- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
getSecretType
public String getSecretType()
Get Secret类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SecretType Secret类型 注意:此字段可能返回 null,表示取不到有效值。
-
setSecretType
public void setSecretType(String SecretType)
Set Secret类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SecretType- Secret类型 注意:此字段可能返回 null,表示取不到有效值。
-
-