Package org.jclouds.softlayer.domain
Class SoftwareLicense
- java.lang.Object
-
- org.jclouds.softlayer.domain.SoftwareLicense
-
public class SoftwareLicense extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SoftwareLicense.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protected
SoftwareLicense(int id, SoftwareDescription softwareDescription, int softwareDescriptionId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SoftwareLicense.Builder
builder()
boolean
equals(Object o)
int
getId()
SoftwareDescription
getSoftwareDescription()
int
getSoftwareDescriptionId()
int
hashCode()
SoftwareLicense.Builder
toBuilder()
String
toString()
-
-
-
Constructor Detail
-
SoftwareLicense
@ConstructorProperties({"id","softwareDescription","softwareDescriptionId"}) protected SoftwareLicense(int id, @Nullable SoftwareDescription softwareDescription, int softwareDescriptionId)
-
-
Method Detail
-
getId
public int getId()
-
getSoftwareDescription
@Nullable public SoftwareDescription getSoftwareDescription()
-
getSoftwareDescriptionId
public int getSoftwareDescriptionId()
- Returns:
- A longer location description.
-
builder
public static SoftwareLicense.Builder builder()
-
toBuilder
public SoftwareLicense.Builder toBuilder()
-
-