public class EmrPrice extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| EmrPrice() | 
| EmrPrice(EmrPrice 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. | 
| String | getOriginalCost()Get List price. | 
| PriceResource | getPriceSpec()Get The queried spec. | 
| Boolean | getSupportSpotPaid()Get Whether spot instances are supported. | 
| String | getUnit()Get Unit. | 
| void | setDiscountCost(String DiscountCost)Set Discounted price. | 
| void | setOriginalCost(String OriginalCost)Set List price. | 
| void | setPriceSpec(PriceResource PriceSpec)Set The queried spec. | 
| void | setSupportSpotPaid(Boolean SupportSpotPaid)Set Whether spot instances are supported. | 
| void | setUnit(String Unit)Set Unit. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic EmrPrice()
public EmrPrice(EmrPrice source)
public String getOriginalCost()
public void setOriginalCost(String OriginalCost)
OriginalCost - List price.public String getDiscountCost()
public void setDiscountCost(String DiscountCost)
DiscountCost - Discounted price.public String getUnit()
public void setUnit(String Unit)
Unit - Unit.public PriceResource getPriceSpec()
public void setPriceSpec(PriceResource PriceSpec)
PriceSpec - The queried spec.
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getSupportSpotPaid()
public void setSupportSpotPaid(Boolean SupportSpotPaid)
SupportSpotPaid - Whether spot instances are supported.Copyright © 2025. All rights reserved.