public class InquiryPriceScaleOutInstanceResponse extends AbstractModel
| Constructor and Description | 
|---|
| InquiryPriceScaleOutInstanceResponse() | 
| InquiryPriceScaleOutInstanceResponse(InquiryPriceScaleOutInstanceResponse 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDiscountCost()Get Discounted price. | 
| EmrPrice[] | getMultipleEmrPrice()Get The inquiry results corresponding to the specs specified by the input parameter `MultipleResources`, with the result of the first spec returned by other output parameters. | 
| String | getOriginalCost()Get Original price. | 
| PriceResource | getPriceSpec()Get Node spec queried for price. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| String | getUnit()Get Time unit of scale-out. | 
| void | setDiscountCost(String DiscountCost)Set Discounted price. | 
| void | setMultipleEmrPrice(EmrPrice[] MultipleEmrPrice)Set The inquiry results corresponding to the specs specified by the input parameter `MultipleResources`, with the result of the first spec returned by other output parameters. | 
| void | setOriginalCost(String OriginalCost)Set Original price. | 
| void | setPriceSpec(PriceResource PriceSpec)Set Node spec queried for price. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setUnit(String Unit)Set Time unit of scale-out. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic InquiryPriceScaleOutInstanceResponse()
public InquiryPriceScaleOutInstanceResponse(InquiryPriceScaleOutInstanceResponse source)
public String getOriginalCost()
public void setOriginalCost(String OriginalCost)
OriginalCost - Original price.
Note: This field may return null, indicating that no valid values can be obtained.public String getDiscountCost()
public void setDiscountCost(String DiscountCost)
DiscountCost - Discounted price.
Note: This field may return null, indicating that no valid values can be obtained.public String getUnit()
public void setUnit(String Unit)
Unit - Time unit of scale-out. Valid value:
public PriceResource getPriceSpec()
public void setPriceSpec(PriceResource PriceSpec)
PriceSpec - Node spec queried for price.
Note: This field may return null, indicating that no valid values can be obtained.public EmrPrice[] getMultipleEmrPrice()
public void setMultipleEmrPrice(EmrPrice[] MultipleEmrPrice)
MultipleEmrPrice - The inquiry results corresponding to the specs specified by the input parameter `MultipleResources`, with the result of the first spec returned by other output parameters.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.