@Entity public class OnDemandPriceEntity extends AuditableEntity
| Constructor and Description |
|---|
OnDemandPriceEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceType() |
Long |
getOnDemandPriceId() |
String |
getRegion() |
BigDecimal |
getValue() |
void |
setInstanceType(String instanceType) |
void |
setOnDemandPriceId(Long onDemandPriceId) |
void |
setRegion(String region) |
void |
setValue(BigDecimal value) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic Long getOnDemandPriceId()
public void setOnDemandPriceId(Long onDemandPriceId)
public String getRegion()
public void setRegion(String region)
public String getInstanceType()
public void setInstanceType(String instanceType)
public BigDecimal getValue()
public void setValue(BigDecimal value)
Copyright © 2017. All rights reserved.