public class EmrPrice extends AbstractModel
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 The discounted price.
|
String |
getOriginalCost()
Get The published price.
|
PriceResource |
getPriceSpec()
Get The queried spec.
|
Boolean |
getSupportSpotPaid()
Get Whether spot instances are supported.
|
String |
getUnit()
Get The unit of the billable item.
|
void |
setDiscountCost(String DiscountCost)
Set The discounted price.
|
void |
setOriginalCost(String OriginalCost)
Set The published price.
|
void |
setPriceSpec(PriceResource PriceSpec)
Set The queried spec.
|
void |
setSupportSpotPaid(Boolean SupportSpotPaid)
Set Whether spot instances are supported.
|
void |
setUnit(String Unit)
Set The unit of the billable item.
|
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, toJsonString
public EmrPrice()
public EmrPrice(EmrPrice source)
public String getOriginalCost()
public void setOriginalCost(String OriginalCost)
OriginalCost
- The published price.
Note: This field may return null, indicating that no valid values can be obtained.public String getDiscountCost()
public void setDiscountCost(String DiscountCost)
DiscountCost
- The 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
- The unit of the billable item.
Note: This field may return null, indicating that no valid values can be obtained.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.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.