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 classSoftwareLicense.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedSoftwareLicense(int id, SoftwareDescription softwareDescription, int softwareDescriptionId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SoftwareLicense.Builderbuilder()booleanequals(Object o)intgetId()SoftwareDescriptiongetSoftwareDescription()intgetSoftwareDescriptionId()inthashCode()SoftwareLicense.BuildertoBuilder()StringtoString()
-
-
-
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()
-
-