Class JobExecutionSummary

    • Method Detail

      • queuedAt

        public final Instant queuedAt()

        The time, in seconds since the epoch, when the job execution was queued.

        Returns:
        The time, in seconds since the epoch, when the job execution was queued.
      • startedAt

        public final Instant startedAt()

        The time, in seconds since the epoch, when the job execution started.

        Returns:
        The time, in seconds since the epoch, when the job execution started.
      • lastUpdatedAt

        public final Instant lastUpdatedAt()

        The time, in seconds since the epoch, when the job execution was last updated.

        Returns:
        The time, in seconds since the epoch, when the job execution was last updated.
      • executionNumber

        public final Long executionNumber()

        A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used later in commands which return or update job execution information.

        Returns:
        A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used later in commands which return or update job execution information.
      • retryAttempt

        public final Integer retryAttempt()

        The number that indicates how many retry attempts have been completed for this job on this device.

        Returns:
        The number that indicates how many retry attempts have been completed for this job on this device.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)