Package com.mindee.product.fr.energybill
Class EnergyBillV1EnergyUsage
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.energybill.EnergyBillV1EnergyUsage
-
- All Implemented Interfaces:
LineItemField
,PositionData
public class EnergyBillV1EnergyUsage extends BaseField implements LineItemField
Details of energy consumption.
-
-
Constructor Summary
Constructors Constructor Description EnergyBillV1EnergyUsage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Description or details of the energy usage.String
getEndDate()
The end date of the energy usage.String
getStartDate()
The start date of the energy usage.Double
getTaxRate()
The rate of tax applied to the total cost.Double
getTotal()
The total cost of energy consumed.Double
getUnitPrice()
The price per unit of energy consumed.boolean
isEmpty()
String
toString()
String
toTableLine()
Output the line in a format suitable for inclusion in an rST table.-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
toTableLine
public String toTableLine()
Output the line in a format suitable for inclusion in an rST table.- Specified by:
toTableLine
in interfaceLineItemField
-
getDescription
public String getDescription()
Description or details of the energy usage.
-
getEndDate
public String getEndDate()
The end date of the energy usage.
-
getStartDate
public String getStartDate()
The start date of the energy usage.
-
getTaxRate
public Double getTaxRate()
The rate of tax applied to the total cost.
-
getTotal
public Double getTotal()
The total cost of energy consumed.
-
getUnitPrice
public Double getUnitPrice()
The price per unit of energy consumed.
-
-