Package com.mindee.v2.product.split
Class SplitRange
- java.lang.Object
-
- com.mindee.v2.product.split.SplitRange
-
public class SplitRange extends Object
A single document as identified when splitting a multi-document source file.
-
-
Field Summary
Fields Modifier and Type Field Description StringdocumentTypeThe document type, as identified on given classification values.ArrayList<Integer>pageRange0-based page indexes, where the first integer indicates the start page and the second integer indicates the end page.
-
Constructor Summary
Constructors Constructor Description SplitRange()SplitRange(ArrayList<Integer> pageRange, String documentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetDocumentType()The document type, as identified on given classification values.ArrayList<Integer>getPageRange()0-based page indexes, where the first integer indicates the start page and the second integer indicates the end page.inthashCode()
-
-
-
Method Detail
-
getPageRange
public ArrayList<Integer> getPageRange()
0-based page indexes, where the first integer indicates the start page and the second integer indicates the end page.
-
getDocumentType
public String getDocumentType()
The document type, as identified on given classification values.
-
canEqual
protected boolean canEqual(Object other)
-
-