|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.softlayer.domain.VirtualDiskImage
public class VirtualDiskImage
Class VirtualDiskImage
| Nested Class Summary | |
|---|---|
static class |
VirtualDiskImage.Builder
|
| Constructor Summary | |
|---|---|
VirtualDiskImage(int id,
String uuid,
float capacity,
String units,
int typeId,
String description,
String name,
int storageRepositoryId,
Set<VirtualDiskImageSoftware> softwareReferences)
|
|
| Method Summary | |
|---|---|
static VirtualDiskImage.Builder |
builder()
|
boolean |
equals(Object o)
|
int |
getBuilderypeId()
|
float |
getCapacity()
|
String |
getDescription()
|
int |
getId()
|
String |
getName()
|
Set<VirtualDiskImageSoftware> |
getSoftwareReferences()
|
int |
getStorageRepositoryId()
|
String |
getUnits()
|
String |
getUuid()
|
int |
hashCode()
|
VirtualDiskImage.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","uuid","capacity","units","typeId","description","name","storageRepositoryId","softwareReferences"})
public VirtualDiskImage(int id,
@Nullable
String uuid,
float capacity,
@Nullable
String units,
int typeId,
@Nullable
String description,
@Nullable
String name,
int storageRepositoryId,
@Nullable
Set<VirtualDiskImageSoftware> softwareReferences)
| Method Detail |
|---|
public static VirtualDiskImage.Builder builder()
public VirtualDiskImage.Builder toBuilder()
public int getId()
public String getUuid()
public float getCapacity()
public String getUnits()
public int getBuilderypeId()
public String getDescription()
public String getName()
public int getStorageRepositoryId()
public Set<VirtualDiskImageSoftware> getSoftwareReferences()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode 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 | |||||||||