Class TopologyInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.TopologyInfo
-
public class TopologyInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TopologyInfo()
TopologyInfo(TopologyInfo 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 ShortNodeInfo[]
getNodeInfoList()
Get 节点信息 注意:此字段可能返回 null,表示取不到有效值。SubnetInfo[]
getSubnetInfoList()
Get 子网信息 注意:此字段可能返回 null,表示取不到有效值。String
getZone()
Get 可用区信息 注意:此字段可能返回 null,表示取不到有效值。Long
getZoneId()
Get 可用区ID 注意:此字段可能返回 null,表示取不到有效值。void
setNodeInfoList(ShortNodeInfo[] NodeInfoList)
Set 节点信息 注意:此字段可能返回 null,表示取不到有效值。void
setSubnetInfoList(SubnetInfo[] SubnetInfoList)
Set 子网信息 注意:此字段可能返回 null,表示取不到有效值。void
setZone(String Zone)
Set 可用区信息 注意:此字段可能返回 null,表示取不到有效值。void
setZoneId(Long ZoneId)
Set 可用区ID 注意:此字段可能返回 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
-
TopologyInfo
public TopologyInfo()
-
TopologyInfo
public TopologyInfo(TopologyInfo 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
-
getZoneId
public Long getZoneId()
Get 可用区ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ZoneId 可用区ID 注意:此字段可能返回 null,表示取不到有效值。
-
setZoneId
public void setZoneId(Long ZoneId)
Set 可用区ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ZoneId
- 可用区ID 注意:此字段可能返回 null,表示取不到有效值。
-
getZone
public String getZone()
Get 可用区信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Zone 可用区信息 注意:此字段可能返回 null,表示取不到有效值。
-
setZone
public void setZone(String Zone)
Set 可用区信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Zone
- 可用区信息 注意:此字段可能返回 null,表示取不到有效值。
-
getSubnetInfoList
public SubnetInfo[] getSubnetInfoList()
Get 子网信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubnetInfoList 子网信息 注意:此字段可能返回 null,表示取不到有效值。
-
setSubnetInfoList
public void setSubnetInfoList(SubnetInfo[] SubnetInfoList)
Set 子网信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubnetInfoList
- 子网信息 注意:此字段可能返回 null,表示取不到有效值。
-
getNodeInfoList
public ShortNodeInfo[] getNodeInfoList()
Get 节点信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NodeInfoList 节点信息 注意:此字段可能返回 null,表示取不到有效值。
-
setNodeInfoList
public void setNodeInfoList(ShortNodeInfo[] NodeInfoList)
Set 节点信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NodeInfoList
- 节点信息 注意:此字段可能返回 null,表示取不到有效值。
-
-