org.jclouds.softlayer.domain
Class VirtualDiskImageSoftware

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

public class VirtualDiskImageSoftware
extends Object


Nested Class Summary
static class VirtualDiskImageSoftware.Builder
           
 
Constructor Summary
VirtualDiskImageSoftware(int id, int softwareDescriptionId, SoftwareDescription softwareDescription)
           
 
Method Summary
static VirtualDiskImageSoftware.Builder builder()
           
 boolean equals(Object o)
           
 int getId()
           
 SoftwareDescription getSoftwareDescription()
           
 int getSoftwareDescriptionId()
           
 int hashCode()
           
 VirtualDiskImageSoftware.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VirtualDiskImageSoftware

@ConstructorProperties(value={"id","softwareDescriptionId","softwareDescription"})
public VirtualDiskImageSoftware(int id,
                                                           int softwareDescriptionId,
                                                           @Nullable
                                                           SoftwareDescription softwareDescription)
Method Detail

builder

public static VirtualDiskImageSoftware.Builder builder()

toBuilder

public VirtualDiskImageSoftware.Builder toBuilder()

getId

public int getId()

getSoftwareDescriptionId

public int getSoftwareDescriptionId()

getSoftwareDescription

@Nullable
public SoftwareDescription getSoftwareDescription()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


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