org.jclouds.softlayer.domain
Class ProductItem

java.lang.Object
  extended by org.jclouds.softlayer.domain.ProductItem

public class ProductItem
extends Object

See Also:

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

ProductItem

@ConstructorProperties(value={"id","description","softwareDescriptionId","softwareDescription"})
public ProductItem(int id,
                                              @Nullable
                                              String description,
                                              @Nullable
                                              String softwareDescriptionId,
                                              @Nullable
                                              SoftwareDescription softwareDescription)
Method Detail

getId

public int getId()

getDescription

public String getDescription()

getSoftwareDescriptionId

public String getSoftwareDescriptionId()

getSoftwareDescription

public SoftwareDescription getSoftwareDescription()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

builder

public static ProductItem.Builder builder()

toBuilder

public ProductItem.Builder toBuilder()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.