Class QuantumTaskQueueInfo

    • Method Detail

      • message

        public final String message()

        Optional. Provides more information about the queue position. For example, if the task 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 task is complete and no longer in the queue, the message field contains that information.
      • position

        public final String position()

        Current position of the task in the quantum tasks queue.

        Returns:
        Current position of the task in the quantum tasks 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
      • queuePriority

        public final QueuePriority queuePriority()

        Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the tasks in a normal queue.

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

        Returns:
        Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the tasks in a normal queue.
        See Also:
        QueuePriority
      • queuePriorityAsString

        public final String queuePriorityAsString()

        Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the tasks in a normal queue.

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

        Returns:
        Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the tasks in a normal queue.
        See Also:
        QueuePriority
      • 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)