Class BatchRun


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

      • getObject

        public java.lang.String getObject()
        Returns:
        The type of object. In this case, it will always be "batch_run".
      • getId

        public java.lang.String getId()
        Returns:
        The unique identifier for this batch run.

        Example: "batch_run_Xj8mK2pL9nR4vT7qY5wZ"

      • getEntity

        public java.util.Optional<BatchRunEntity> getEntity()
        Returns:
        The extractor, classifier, or splitter that was run.

        Availability: Present when an entity was provided when creating the batch run.

      • getEntityVersion

        public java.util.Optional<BatchRunEntityVersion> getEntityVersion()
        Returns:
        The version of the extractor, classifier, or splitter that was run.

        Availability: Present when an entity was provided when creating the batch run.

      • getCreatedAt

        public java.time.OffsetDateTime getCreatedAt()
      • getUpdatedAt

        public java.time.OffsetDateTime getUpdatedAt()
      • 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