public class ProductItemPrice extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProductItemPrice.Builder |
Constructor and Description |
---|
ProductItemPrice(int id,
float hourlyRecurringFee,
String recurringFee,
ProductItem item) |
Modifier and Type | Method and Description |
---|---|
static ProductItemPrice.Builder |
builder() |
boolean |
equals(Object o) |
float |
getHourlyRecurringFee() |
int |
getId() |
ProductItem |
getItem() |
String |
getRecurringFee() |
int |
hashCode() |
ProductItemPrice.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","hourlyRecurringFee","recurringFee","item"}) public ProductItemPrice(int id, float hourlyRecurringFee, String recurringFee, ProductItem item)
public int getId()
public float getHourlyRecurringFee()
public String getRecurringFee()
public ProductItem getItem()
public static ProductItemPrice.Builder builder()
public ProductItemPrice.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.