public class Pricing extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Pricing.Builder |
Constructor and Description |
---|
Pricing(BurstLevel current,
BurstLevel next,
List<Price> priceList) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BurstLevel |
getCurrent() |
BurstLevel |
getNext() |
List<Price> |
getPriceList() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"current","next","objects"}) public Pricing(BurstLevel current, BurstLevel next, List<Price> priceList)
public BurstLevel getCurrent()
public BurstLevel getNext()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.