Class ProvidedSplitOutputSplitsItem


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

      • getClassificationId

        public java.lang.String getClassificationId()
        Returns:
        ID of the classification type (defined in the splitter config)
      • getType

        public java.lang.String getType()
        Returns:
        The type of the split document (defined in the splitter config), corresponds to the classificationId
      • getStartPage

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

        public int getEndPage()
        Returns:
        The end page of the split document
      • 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