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 String
getAddress()
The address of the energy consumer.String
getName()
The name of the energy consumer.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.
-
getAddress
public String getAddress()
The address of the energy consumer.
-
getName
public String getName()
The name of the energy consumer.
-
-