public class Price extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Price.Builder |
Constructor and Description |
---|
Price(String currency,
String id,
Integer level,
BigInteger multiplier,
double price,
SubscriptionResource resource,
String unit) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCurrency() |
String |
getId() |
Integer |
getLevel() |
BigInteger |
getMultiplier() |
double |
getPrice() |
SubscriptionResource |
getResource() |
String |
getUnit() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"currency","id","level","multiplier","price","resource","unit"}) public Price(String currency, String id, Integer level, BigInteger multiplier, double price, SubscriptionResource resource, String unit)
public String getCurrency()
public String getId()
public Integer getLevel()
public BigInteger getMultiplier()
public double getPrice()
public SubscriptionResource getResource()
public String getUnit()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.