public class VirtualDiskImage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VirtualDiskImage.Builder |
Constructor and Description |
---|
VirtualDiskImage(int id,
String uuid,
float capacity,
String units,
int typeId,
String description,
String name,
int storageRepositoryId,
Set<VirtualDiskImageSoftware> softwareReferences) |
Modifier and Type | Method and Description |
---|---|
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() |
@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)
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()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.