Class ConfigMapBasicInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.ConfigMapBasicInfo
-
public class ConfigMapBasicInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ConfigMapBasicInfo()
ConfigMapBasicInfo(ConfigMapBasicInfo 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 String
getCreateTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。String
getName()
Get 名称 注意:此字段可能返回 null,表示取不到有效值。String
getNamespace()
Get 命名空间 注意:此字段可能返回 null,表示取不到有效值。void
setCreateTime(String CreateTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。void
setName(String Name)
Set 名称 注意:此字段可能返回 null,表示取不到有效值。void
setNamespace(String Namespace)
Set 命名空间 注意:此字段可能返回 null,表示取不到有效值。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
-
ConfigMapBasicInfo
public ConfigMapBasicInfo()
-
ConfigMapBasicInfo
public ConfigMapBasicInfo(ConfigMapBasicInfo 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 名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name
- 名称 注意:此字段可能返回 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,表示取不到有效值。
-
-