org.jclouds.softlayer.domain
Class VirtualDiskImage

java.lang.Object
  extended by org.jclouds.softlayer.domain.VirtualDiskImage

public class VirtualDiskImage
extends Object

Class VirtualDiskImage

See Also:

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

VirtualDiskImage

@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

builder

public static VirtualDiskImage.Builder builder()

toBuilder

public VirtualDiskImage.Builder toBuilder()

getId

public int getId()

getUuid

public String getUuid()

getCapacity

public float getCapacity()

getUnits

public String getUnits()

getBuilderypeId

public int getBuilderypeId()

getDescription

public String getDescription()

getName

public String getName()

getStorageRepositoryId

public int getStorageRepositoryId()

getSoftwareReferences

public Set<VirtualDiskImageSoftware> getSoftwareReferences()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.