Package org.killbill.billing.usage.api
Class UnitUsageRecord
- java.lang.Object
-
- org.killbill.billing.usage.api.UnitUsageRecord
-
public class UnitUsageRecord extends Object
-
-
Constructor Summary
Constructors Constructor Description UnitUsageRecord(String unitType, List<UsageRecord> usageRecord)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<UsageRecord>getDailyAmount()StringgetUnitType()
-
-
-
Constructor Detail
-
UnitUsageRecord
public UnitUsageRecord(String unitType, List<UsageRecord> usageRecord)
-
-
Method Detail
-
getUnitType
public String getUnitType()
-
getDailyAmount
public List<UsageRecord> getDailyAmount()
-
-