Class ShortNodeInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.ShortNodeInfo
-
public class ShortNodeInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ShortNodeInfo()ShortNodeInfo(ShortNodeInfo 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 LonggetNodeSize()Get 节点数量 注意:此字段可能返回 null,表示取不到有效值。StringgetNodeType()Get 节点类型,Master/Core/Task/Router/Common 注意:此字段可能返回 null,表示取不到有效值。voidsetNodeSize(Long NodeSize)Set 节点数量 注意:此字段可能返回 null,表示取不到有效值。voidsetNodeType(String NodeType)Set 节点类型,Master/Core/Task/Router/Common 注意:此字段可能返回 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
-
ShortNodeInfo
public ShortNodeInfo()
-
ShortNodeInfo
public ShortNodeInfo(ShortNodeInfo 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
-
getNodeType
public String getNodeType()
Get 节点类型,Master/Core/Task/Router/Common 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NodeType 节点类型,Master/Core/Task/Router/Common 注意:此字段可能返回 null,表示取不到有效值。
-
setNodeType
public void setNodeType(String NodeType)
Set 节点类型,Master/Core/Task/Router/Common 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NodeType- 节点类型,Master/Core/Task/Router/Common 注意:此字段可能返回 null,表示取不到有效值。
-
getNodeSize
public Long getNodeSize()
Get 节点数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NodeSize 节点数量 注意:此字段可能返回 null,表示取不到有效值。
-
setNodeSize
public void setNodeSize(Long NodeSize)
Set 节点数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NodeSize- 节点数量 注意:此字段可能返回 null,表示取不到有效值。
-
-