org.jclouds.softlayer.domain
Class ProductItemPrice

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

public class ProductItemPrice
extends Object

See Also:

Nested Class Summary
static class ProductItemPrice.Builder
           
 
Constructor Summary
ProductItemPrice(int id, float hourlyRecurringFee, String recurringFee, ProductItem item)
           
 
Method Summary
static ProductItemPrice.Builder builder()
           
 boolean equals(Object o)
           
 float getHourlyRecurringFee()
           
 int getId()
           
 ProductItem getItem()
           
 String getRecurringFee()
           
 int hashCode()
           
 ProductItemPrice.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProductItemPrice

@ConstructorProperties(value={"id","hourlyRecurringFee","recurringFee","item"})
public ProductItemPrice(int id,
                                                   float hourlyRecurringFee,
                                                   String recurringFee,
                                                   ProductItem item)
Method Detail

getId

public int getId()

getHourlyRecurringFee

public float getHourlyRecurringFee()

getRecurringFee

public String getRecurringFee()

getItem

public ProductItem getItem()

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 ProductItemPrice.Builder builder()

toBuilder

public ProductItemPrice.Builder toBuilder()


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