Class SplitOutputSplitsItem


  • public final class SplitOutputSplitsItem
    extends java.lang.Object
    • Method Detail

      • getType

        public java.lang.String getType()
        Returns:
        The type of the split document (set in the processor config), corresponds to the classificationId
      • getObservation

        public java.lang.String getObservation()
        Returns:
        Explanation of the results
      • getIdentifier

        public java.lang.String getIdentifier()
        Returns:
        Identifier for the split document (e.g. invoice number)
      • getStartPage

        public int getStartPage()
        Returns:
        The start page of the split document
      • getEndPage

        public int getEndPage()
        Returns:
        The end page of the split document
      • getName

        public java.util.Optional<java.lang.String> getName()
        Returns:
        Optional name for the split
      • getClassificationId

        public java.lang.String getClassificationId()
        Returns:
        ID of the classification type (set in the processor config)
      • getId

        public java.lang.String getId()
        Returns:
        Unique ID for this split
      • getFileId

        public java.lang.String getFileId()
        Returns:
        File ID associated with this split
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object