|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.softlayer.domain.ProductItem
public class ProductItem
| Nested Class Summary | |
|---|---|
static class |
ProductItem.Builder
|
| Constructor Summary | |
|---|---|
ProductItem(int id,
String description,
String softwareDescriptionId,
SoftwareDescription softwareDescription)
|
|
| Method Summary | |
|---|---|
static ProductItem.Builder |
builder()
|
boolean |
equals(Object o)
|
String |
getDescription()
|
int |
getId()
|
SoftwareDescription |
getSoftwareDescription()
|
String |
getSoftwareDescriptionId()
|
int |
hashCode()
|
ProductItem.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","description","softwareDescriptionId","softwareDescription"})
public ProductItem(int id,
@Nullable
String description,
@Nullable
String softwareDescriptionId,
@Nullable
SoftwareDescription softwareDescription)
| Method Detail |
|---|
public int getId()
public String getDescription()
public String getSoftwareDescriptionId()
public SoftwareDescription getSoftwareDescription()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic static ProductItem.Builder builder()
public ProductItem.Builder toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||