Class InvoiceSplitterV1Document
- java.lang.Object
-
- com.mindee.parsing.common.Prediction
-
- com.mindee.product.invoicesplitter.InvoiceSplitterV1Document
-
public class InvoiceSplitterV1Document extends Prediction
Invoice Splitter API version 1.2 document data.
-
-
Field Summary
Fields Modifier and Type Field Description protected List<InvoiceSplitterV1InvoicePageGroup>
invoicePageGroups
List of page groups.
-
Constructor Summary
Constructors Constructor Description InvoiceSplitterV1Document()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<InvoiceSplitterV1InvoicePageGroup>
getInvoicePageGroups()
List of page groups.int
hashCode()
boolean
isEmpty()
Returnstrue
if there are no predictions values.String
toString()
-
-
-
Field Detail
-
invoicePageGroups
protected List<InvoiceSplitterV1InvoicePageGroup> invoicePageGroups
List of page groups. Each group represents a single invoice within a multi-invoice document.
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
Description copied from class:Prediction
Returnstrue
if there are no predictions values. Accessing prediction values when this istrue
may result in aNullPointerException
- Specified by:
isEmpty
in classPrediction
-
getInvoicePageGroups
public List<InvoiceSplitterV1InvoicePageGroup> getInvoicePageGroups()
List of page groups. Each group represents a single invoice within a multi-invoice document.
-
canEqual
protected boolean canEqual(Object other)
-
-