|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.softlayer.domain.ProductItemPrice
public class ProductItemPrice
| 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 |
|---|
@ConstructorProperties(value={"id","hourlyRecurringFee","recurringFee","item"})
public ProductItemPrice(int id,
float hourlyRecurringFee,
String recurringFee,
ProductItem item)
| Method Detail |
|---|
public int getId()
public float getHourlyRecurringFee()
public String getRecurringFee()
public ProductItem getItem()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic static ProductItemPrice.Builder builder()
public ProductItemPrice.Builder toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||