Uses of Class
com.tencentcloudapi.emr.v20190103.models.NodeDetailPriceResult
-
Packages that use NodeDetailPriceResult Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of NodeDetailPriceResult in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return NodeDetailPriceResult Modifier and Type Method Description NodeDetailPriceResult[]ZoneDetailPriceResult. getNodeDetailPrice()Get 不同节点的价格详情Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type NodeDetailPriceResult Modifier and Type Method Description voidZoneDetailPriceResult. setNodeDetailPrice(NodeDetailPriceResult[] NodeDetailPrice)Set 不同节点的价格详情Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type NodeDetailPriceResult Constructor Description 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.
-