|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.digitalocean.domain.Size
public class Size
A Size.
| Constructor Summary | |
|---|---|
Size(int id,
String name,
String slug,
int memory,
int cpu,
int disk,
String costPerHour,
String costPerMonth)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getCostPerHour()
|
String |
getCostPerMonth()
|
int |
getCpu()
|
int |
getDisk()
|
int |
getId()
|
int |
getMemory()
|
String |
getName()
|
String |
getSlug()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","name","slug","memory","cpu","disk","cost_per_hour","cost_per_month"})
public Size(int id,
String name,
String slug,
int memory,
int cpu,
int disk,
String costPerHour,
String costPerMonth)
| Method Detail |
|---|
public int getId()
public String getName()
public String getSlug()
public int getMemory()
public int getCpu()
public int getDisk()
public String getCostPerHour()
public String getCostPerMonth()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||