Package org.jclouds.softlayer.domain
Class VirtualDiskImageSoftware
- java.lang.Object
-
- org.jclouds.softlayer.domain.VirtualDiskImageSoftware
-
public class VirtualDiskImageSoftware extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VirtualDiskImageSoftware.Builder
-
Constructor Summary
Constructors Constructor Description VirtualDiskImageSoftware(int id, int softwareDescriptionId, SoftwareDescription softwareDescription)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VirtualDiskImageSoftware.Builder
builder()
boolean
equals(Object o)
int
getId()
SoftwareDescription
getSoftwareDescription()
int
getSoftwareDescriptionId()
int
hashCode()
VirtualDiskImageSoftware.Builder
toBuilder()
String
toString()
-
-
-
Constructor Detail
-
VirtualDiskImageSoftware
@ConstructorProperties({"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()
-
-