public class UsageData extends Object
Constructor and Description |
---|
UsageData()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Date |
getFrom()
Returns the from date for the usage values.
|
String |
getProduct()
Returns the product for the usage values.
|
Date |
getTo()
Returns the to date for the usage values.
|
String |
getUnit()
Returns the unit for the usage values.
|
List<Usage> |
getUsages()
Returns the list of usages.
|
String |
toString()
Returns a string representation of the object.
|
public String getProduct()
public Date getFrom()
public Date getTo()
public String getUnit()
Copyright © 2018. All rights reserved.