Package com.mindee.product.fr.energybill
Class EnergyBillV1EnergyConsumer
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.energybill.EnergyBillV1EnergyConsumer
-
- All Implemented Interfaces:
PositionData
public class EnergyBillV1EnergyConsumer extends BaseField
The entity that consumes the energy.
-
-
Constructor Summary
Constructors Constructor Description EnergyBillV1EnergyConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()The address of the energy consumer.StringgetName()The name of the energy consumer.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.
-
getAddress
public String getAddress()
The address of the energy consumer.
-
getName
public String getName()
The name of the energy consumer.
-
-