Class DeviceQueueInfo

    • Method Detail

      • 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. 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. 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. 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. Tasks in a priority queue are processed before the tasks in a normal queue.
        See Also:
        QueuePriority
      • queueSize

        public final String queueSize()

        The number of jobs or tasks in the queue for a given device.

        Returns:
        The number of jobs or tasks in the queue for a given 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)