Class Phase
- java.lang.Object
-
- org.killbill.billing.client.model.gen.Phase
-
public class Phase extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PhaseaddFixedPricesItem(Price fixedPricesItem)PhaseaddPricesItem(Price pricesItem)PhaseaddUsagesItem(Usage usagesItem)booleanequals(Object o)DurationgetDuration()List<Price>getFixedPrices()List<Price>getPrices()StringgetType()List<Usage>getUsages()inthashCode()PhasesetDuration(Duration duration)PhasesetFixedPrices(List<Price> fixedPrices)PhasesetPrices(List<Price> prices)PhasesetType(String type)PhasesetUsages(List<Usage> usages)StringtoString()
-