public class UnitUsageRecord extends Object
| Constructor and Description |
|---|
UnitUsageRecord(String unitType,
List<UsageRecord> usageRecord) |
| Modifier and Type | Method and Description |
|---|---|
List<UsageRecord> |
getDailyAmount() |
String |
getUnitType() |
public UnitUsageRecord(String unitType, List<UsageRecord> usageRecord)
public String getUnitType()
public List<UsageRecord> getDailyAmount()
Copyright © 2010-2017. All Rights Reserved.