public class PricingPlan extends Object implements Comparable<PricingPlan>
Constructor and Description |
---|
PricingPlan() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PricingPlan pricingPlan) |
DataCenter |
getDataCenter() |
Long |
getDataTransfer() |
String |
getDescription() |
Integer |
getDiskSize() |
String |
getId() |
Double |
getMonthlyCharge() |
Integer |
getRam() |
String |
getSee_also_url() |
ServerType |
getServerType() |
void |
setDataCenter(DataCenter dataCenter) |
void |
setDataTransfer(Long dataTransfer) |
void |
setDescription(String description) |
void |
setDiskSize(Integer diskSize) |
void |
setId(String id) |
void |
setMonthlyCharge(Double monthlyCharge) |
void |
setRam(Integer ram) |
void |
setSee_also_url(String see_also_url) |
void |
setServerType(ServerType serverType) |
public Long getDataTransfer()
public void setDataTransfer(Long dataTransfer)
public Integer getDiskSize()
public void setDiskSize(Integer diskSize)
public Integer getRam()
public void setRam(Integer ram)
public Double getMonthlyCharge()
public void setMonthlyCharge(Double monthlyCharge)
public DataCenter getDataCenter()
public void setDataCenter(DataCenter dataCenter)
public String getId()
public void setId(String id)
public String getDescription()
public void setDescription(String description)
public String getSee_also_url()
public void setSee_also_url(String see_also_url)
public ServerType getServerType()
public void setServerType(ServerType serverType)
public int compareTo(PricingPlan pricingPlan)
compareTo
in interface Comparable<PricingPlan>
Copyright © 2009-2012 jclouds. All Rights Reserved.