Class LegacyProcessorRunSummary


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

      • getId

        public java.lang.String getId()
        Returns:
        The ID of the processor run.

        Example: "exr_Zk9mNP12Qw4-yTv8BdR3H"

      • getProcessorId

        public java.lang.String getProcessorId()
        Returns:
        The ID of the processor that was run. Will always start with "ex_".

        Example: "ex_BMdfq_yWM3sT-ZzvCnA3f"

      • getProcessorName

        public java.lang.String getProcessorName()
        Returns:
        The name of the processor that was run.

        Example: "Invoice Extractor"

      • getProcessorVersionId

        public java.lang.String getProcessorVersionId()
        Returns:
        The ID of the processor version that was run. Will always start with "exv_".

        Example: "exv_Zk9mNP12Qw4-yTv8BdR3H"

      • getType

        public java.util.Optional<LegacyProcessorRunSummaryType> getType()
        Returns:
        The type of processor that was run:
        • "EXTRACT" - Extraction processor
        • "SPLITTER" - Splitting processor
        • "CLASSIFY" - Classification processor
      • getCreatedAt

        public java.time.OffsetDateTime getCreatedAt()
        Returns:
        The time (in UTC) at which the processor run was created. Will follow the RFC 3339 format.

        Example: "2024-03-21T15:29:55Z"

      • getUpdatedAt

        public java.time.OffsetDateTime getUpdatedAt()
        Returns:
        The time (in UTC) at which the processor run was last updated. Will follow the RFC 3339 format.

        Example: "2024-03-21T16:45:00Z"

      • 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