Class HybridJobQueueInfo

    • Method Detail

      • message

        public final String message()

        Optional. Provides more information about the queue position. For example, if the job is complete and no longer in the queue, the message field contains that information.

        Returns:
        Optional. Provides more information about the queue position. For example, if the job is complete and no longer in the queue, the message field contains that information.
      • position

        public final String position()

        Current position of the job in the jobs queue.

        Returns:
        Current position of the job in the jobs queue.
      • queueAsString

        public final String queueAsString()

        The name of the queue.

        If the service returns an enum value that is not available in the current SDK version, queue will return QueueName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from queueAsString().

        Returns:
        The name of the queue.
        See Also:
        QueueName
      • 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)