public class Ec2PriceDto extends Object
| Constructor and Description |
|---|
Ec2PriceDto() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBidPrice() |
Integer |
getInstanceCount() |
BigDecimal |
getInstancePrice() |
Boolean |
getIsSpot() |
void |
setBidPrice(BigDecimal bidPrice) |
void |
setInstanceCount(Integer instanceCount) |
void |
setInstancePrice(BigDecimal instancePrice) |
void |
setIsSpot(Boolean isSpot) |
public BigDecimal getInstancePrice()
public void setInstancePrice(BigDecimal instancePrice)
public Integer getInstanceCount()
public void setInstanceCount(Integer instanceCount)
public Boolean getIsSpot()
public void setIsSpot(Boolean isSpot)
public BigDecimal getBidPrice()
public void setBidPrice(BigDecimal bidPrice)
Copyright © 2017. All rights reserved.