public class Size extends RateLimitBase
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDiskSize() |
Integer |
getMemorySizeInMb() |
BigDecimal |
getPriceHourly() |
BigDecimal |
getPriceMonthly() |
List<String> |
getRegions() |
String |
getSlug() |
Long |
getTransfer() |
Integer |
getVirutalCpuCount() |
boolean |
isAvailable() |
void |
setAvailable(boolean available) |
void |
setDiskSize(Integer diskSize) |
void |
setMemorySizeInMb(Integer memorySizeInMb) |
void |
setPriceHourly(BigDecimal priceHourly) |
void |
setPriceMonthly(BigDecimal priceMonthly) |
void |
setRegions(List<String> regions) |
void |
setSlug(String slug) |
void |
setTransfer(Long transfer) |
void |
setVirutalCpuCount(Integer virutalCpuCount) |
String |
toString() |
getRateLimit, setRateLimitpublic Size()
public Size(String slug)
public String toString()
toString in class RateLimitBasepublic String getSlug()
public void setSlug(String slug)
slug - the slug to setpublic Integer getMemorySizeInMb()
public void setMemorySizeInMb(Integer memorySizeInMb)
memorySizeInMb - the memorySizeInMb to setpublic Integer getVirutalCpuCount()
public void setVirutalCpuCount(Integer virutalCpuCount)
virutalCpuCount - the virutalCpuCount to setpublic Integer getDiskSize()
public void setDiskSize(Integer diskSize)
diskSize - the diskSize to setpublic Long getTransfer()
public void setTransfer(Long transfer)
transfer - the transfer to setpublic BigDecimal getPriceMonthly()
public void setPriceMonthly(BigDecimal priceMonthly)
priceMonthly - the priceMonthly to setpublic BigDecimal getPriceHourly()
public void setPriceHourly(BigDecimal priceHourly)
priceHourly - the priceHourly to setpublic boolean isAvailable()
public void setAvailable(boolean available)
available - the available to set
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons – Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.