Class QueueTransition

    • Method Detail

      • destinationQueue

        public final String destinationQueue()
        The queue that the job was on after the transition.
        Returns:
        The queue that the job was on after the transition.
      • sourceQueue

        public final String sourceQueue()
        The queue that the job was on before the transition.
        Returns:
        The queue that the job was on before the transition.
      • timestamp

        public final Instant timestamp()
        The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
        Returns:
        The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
      • 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)