Package com.mindee.product.fr.energybill
Class EnergyBillV1MeterDetail
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.energybill.EnergyBillV1MeterDetail
-
- All Implemented Interfaces:
PositionData
public class EnergyBillV1MeterDetail extends BaseField
Information about the energy meter.
-
-
Constructor Summary
Constructors Constructor Description EnergyBillV1MeterDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMeterNumber()
The unique identifier of the energy meter.String
getMeterType()
The type of energy meter.String
getUnit()
The unit of measurement for energy consumption, which can be kW, m³, or L.boolean
isEmpty()
String
toFieldList()
Output the object in a format suitable for inclusion in an rST field list.String
toString()
-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
toFieldList
public String toFieldList()
Output the object in a format suitable for inclusion in an rST field list.
-
getMeterNumber
public String getMeterNumber()
The unique identifier of the energy meter.
-
getMeterType
public String getMeterType()
The type of energy meter.
-
getUnit
public String getUnit()
The unit of measurement for energy consumption, which can be kW, m³, or L.
-
-