Class QueueItem


  • public final class QueueItem
    extends Object
    An Azure Storage Queue.
    • Constructor Detail

      • QueueItem

        public QueueItem()
    • Method Detail

      • getName

        public String getName()
        Get the name property: The name of the Queue.
        Returns:
        the name value.
      • setName

        public QueueItem setName​(String name)
        Set the name property: The name of the Queue.
        Parameters:
        name - the name value to set.
        Returns:
        the QueueItem object itself.
      • getMetadata

        public Map<String,​String> getMetadata()
        Get the metadata property: Dictionary of <string>.
        Returns:
        the metadata value.
      • setMetadata

        public QueueItem setMetadata​(Map<String,​String> metadata)
        Set the metadata property: Dictionary of <string>.
        Parameters:
        metadata - the metadata value to set.
        Returns:
        the QueueItem object itself.