Package org.jclouds.softlayer.domain
Class ProductItem
java.lang.Object
org.jclouds.softlayer.domain.ProductItem
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProductItem
(int id, String description, String softwareDescriptionId, SoftwareDescription softwareDescription) -
Method Summary
Modifier and TypeMethodDescriptionstatic ProductItem.Builder
builder()
boolean
int
getId()
int
hashCode()
toString()
-
Constructor Details
-
ProductItem
@ConstructorProperties({"id","description","softwareDescriptionId","softwareDescription"}) public ProductItem(int id, @Nullable String description, @Nullable String softwareDescriptionId, @Nullable SoftwareDescription softwareDescription)
-
-
Method Details