Class ZoneDetailPriceResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.ZoneDetailPriceResult
-
public class ZoneDetailPriceResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ZoneDetailPriceResult()
ZoneDetailPriceResult(ZoneDetailPriceResult 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 NodeDetailPriceResult[]
getNodeDetailPrice()
Get 不同节点的价格详情String
getZoneId()
Get 可用区Id 注意:此字段可能返回 null,表示取不到有效值。void
setNodeDetailPrice(NodeDetailPriceResult[] NodeDetailPrice)
Set 不同节点的价格详情void
setZoneId(String 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
-
ZoneDetailPriceResult
public ZoneDetailPriceResult()
-
ZoneDetailPriceResult
public ZoneDetailPriceResult(ZoneDetailPriceResult 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 String getZoneId()
Get 可用区Id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ZoneId 可用区Id 注意:此字段可能返回 null,表示取不到有效值。
-
setZoneId
public void setZoneId(String ZoneId)
Set 可用区Id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ZoneId
- 可用区Id 注意:此字段可能返回 null,表示取不到有效值。
-
getNodeDetailPrice
public NodeDetailPriceResult[] getNodeDetailPrice()
Get 不同节点的价格详情- Returns:
- NodeDetailPrice 不同节点的价格详情
-
setNodeDetailPrice
public void setNodeDetailPrice(NodeDetailPriceResult[] NodeDetailPrice)
Set 不同节点的价格详情- Parameters:
NodeDetailPrice
- 不同节点的价格详情
-
-