public class FlavorForCreate extends Object implements Serializable
Constructor and Description |
---|
FlavorForCreate() |
Modifier and Type | Method and Description |
---|---|
String |
getDisk() |
Integer |
getEphemeral() |
String |
getId() |
String |
getName() |
Integer |
getRam() |
Float |
getRxtxFactor() |
String |
getSwap() |
String |
getVcpus() |
void |
setDisk(String disk) |
void |
setEphemeral(Integer ephemeral) |
void |
setId(String id) |
void |
setName(String name) |
void |
setRam(Integer ram) |
void |
setRxtxFactor(Float rxtxFactor) |
void |
setSwap(String swap) |
void |
setVcpus(String vcpus) |
public String getId()
public void setId(String id)
id
- the id to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getVcpus()
public void setVcpus(String vcpus)
vcpus
- the vcpus to setpublic Integer getRam()
public void setRam(Integer ram)
ram
- the ram to setpublic String getDisk()
public void setDisk(String disk)
disk
- the disk to setpublic Integer getEphemeral()
public void setEphemeral(Integer ephemeral)
ephemeral
- the ephemeral to setpublic String getSwap()
public void setSwap(String swap)
swap
- the swap to setpublic Float getRxtxFactor()
public void setRxtxFactor(Float rxtxFactor)
rxtxFactor
- the rxtxFactor to setCopyright © 2012–2014. All rights reserved.