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 StringgetMeterNumber()The unique identifier of the energy meter.StringgetMeterType()The type of energy meter.StringgetUnit()The unit of power for energy consumption.booleanisEmpty()Whether the field is empty or not.StringtoFieldList()Output the object in a format suitable for inclusion in an rST field list.StringtoString()-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Description copied from class:BaseFieldWhether the field is empty or not.
-
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 power for energy consumption.
-
-