Package com.azure.storage.queue.models
Class QueueItem
java.lang.Object
com.azure.storage.queue.models.QueueItem
An Azure Storage Queue.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the metadata property: Dictionary of <string>.getName()
Get the name property: The name of the Queue.setMetadata
(Map<String, String> metadata) Set the metadata property: Dictionary of <string>.Set the name property: The name of the Queue.
-
Constructor Details
-
QueueItem
public QueueItem()
-
-
Method Details
-
getName
Get the name property: The name of the Queue.- Returns:
- the name value.
-
setName
Set the name property: The name of the Queue.- Parameters:
name
- the name value to set.- Returns:
- the QueueItem object itself.
-
getMetadata
Get the metadata property: Dictionary of <string>.- Returns:
- the metadata value.
-
setMetadata
Set the metadata property: Dictionary of <string>.- Parameters:
metadata
- the metadata value to set.- Returns:
- the QueueItem object itself.
-