Class NodeDetailPriceResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.NodeDetailPriceResult
-
public class NodeDetailPriceResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description NodeDetailPriceResult()NodeDetailPriceResult(NodeDetailPriceResult 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 StringgetNodeType()Get 节点类型 master core task common router mysql 注意:此字段可能返回 null,表示取不到有效值。PartDetailPriceItem[]getPartDetailPrice()Get 节点组成部分价格详情voidsetNodeType(String NodeType)Set 节点类型 master core task common router mysql 注意:此字段可能返回 null,表示取不到有效值。voidsetPartDetailPrice(PartDetailPriceItem[] PartDetailPrice)Set 节点组成部分价格详情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
-
NodeDetailPriceResult
public NodeDetailPriceResult()
-
NodeDetailPriceResult
public NodeDetailPriceResult(NodeDetailPriceResult 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 common router mysql 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NodeType 节点类型 master core task common router mysql 注意:此字段可能返回 null,表示取不到有效值。
-
setNodeType
public void setNodeType(String NodeType)
Set 节点类型 master core task common router mysql 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NodeType- 节点类型 master core task common router mysql 注意:此字段可能返回 null,表示取不到有效值。
-
getPartDetailPrice
public PartDetailPriceItem[] getPartDetailPrice()
Get 节点组成部分价格详情- Returns:
- PartDetailPrice 节点组成部分价格详情
-
setPartDetailPrice
public void setPartDetailPrice(PartDetailPriceItem[] PartDetailPrice)
Set 节点组成部分价格详情- Parameters:
PartDetailPrice- 节点组成部分价格详情
-
-