Class NodeUnitTemplate
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.NodeUnitTemplate
-
public class NodeUnitTemplate extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description NodeUnitTemplate()
NodeUnitTemplate(NodeUnitTemplate 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 创建时间String
getDescription()
Get 描述Long
getID()
Get NodeUnit模版IDString
getName()
Get NodeUnit模版名称String
getNamespace()
Get 命名空间String[]
getNodeGroups()
Get NodeGroup列表 注意:此字段可能返回 null,表示取不到有效值。NodeSimpleInfo[]
getNodeList()
Get 包含节点列表 注意:此字段可能返回 null,表示取不到有效值。String
getUpdateTime()
Get 更新时间void
setCreateTime(String CreateTime)
Set 创建时间void
setDescription(String Description)
Set 描述void
setID(Long ID)
Set NodeUnit模版IDvoid
setName(String Name)
Set NodeUnit模版名称void
setNamespace(String Namespace)
Set 命名空间void
setNodeGroups(String[] NodeGroups)
Set NodeGroup列表 注意:此字段可能返回 null,表示取不到有效值。void
setNodeList(NodeSimpleInfo[] NodeList)
Set 包含节点列表 注意:此字段可能返回 null,表示取不到有效值。void
setUpdateTime(String UpdateTime)
Set 更新时间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
-
NodeUnitTemplate
public NodeUnitTemplate()
-
NodeUnitTemplate
public NodeUnitTemplate(NodeUnitTemplate 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
-
getID
public Long getID()
Get NodeUnit模版ID- Returns:
- ID NodeUnit模版ID
-
setID
public void setID(Long ID)
Set NodeUnit模版ID- Parameters:
ID
- NodeUnit模版ID
-
getName
public String getName()
Get NodeUnit模版名称- Returns:
- Name NodeUnit模版名称
-
setName
public void setName(String Name)
Set NodeUnit模版名称- Parameters:
Name
- NodeUnit模版名称
-
getNamespace
public String getNamespace()
Get 命名空间- Returns:
- Namespace 命名空间
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间- Parameters:
Namespace
- 命名空间
-
getDescription
public String getDescription()
Get 描述- Returns:
- Description 描述
-
setDescription
public void setDescription(String Description)
Set 描述- Parameters:
Description
- 描述
-
getNodeList
public NodeSimpleInfo[] getNodeList()
Get 包含节点列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NodeList 包含节点列表 注意:此字段可能返回 null,表示取不到有效值。
-
setNodeList
public void setNodeList(NodeSimpleInfo[] NodeList)
Set 包含节点列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NodeList
- 包含节点列表 注意:此字段可能返回 null,表示取不到有效值。
-
getNodeGroups
public String[] getNodeGroups()
Get NodeGroup列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NodeGroups NodeGroup列表 注意:此字段可能返回 null,表示取不到有效值。
-
setNodeGroups
public void setNodeGroups(String[] NodeGroups)
Set NodeGroup列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NodeGroups
- NodeGroup列表 注意:此字段可能返回 null,表示取不到有效值。
-
getUpdateTime
public String getUpdateTime()
Get 更新时间- Returns:
- UpdateTime 更新时间
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 更新时间- Parameters:
UpdateTime
- 更新时间
-
getCreateTime
public String getCreateTime()
Get 创建时间- Returns:
- CreateTime 创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间- Parameters:
CreateTime
- 创建时间
-
-