Package org.jclouds.softlayer.domain
Class SoftwareLicense
java.lang.Object
org.jclouds.softlayer.domain.SoftwareLicense
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SoftwareLicense
(int id, SoftwareDescription softwareDescription, int softwareDescriptionId) -
Method Summary
Modifier and TypeMethodDescriptionstatic SoftwareLicense.Builder
builder()
boolean
int
getId()
int
int
hashCode()
toString()
-
Constructor Details
-
SoftwareLicense
@ConstructorProperties({"id","softwareDescription","softwareDescriptionId"}) protected SoftwareLicense(int id, @Nullable SoftwareDescription softwareDescription, int softwareDescriptionId)
-
-
Method Details
-
getId
public int getId() -
getSoftwareDescription
-
getSoftwareDescriptionId
public int getSoftwareDescriptionId()- Returns:
- A longer location description.
-
equals
-
hashCode
public int hashCode() -
toString
-
builder
-
toBuilder
-