Class ListQueueProperties
- java.lang.Object
-
- com.azure.resourcemanager.storage.fluent.models.ListQueueProperties
-
public final class ListQueueProperties extends Object
The ListQueueProperties model.
-
-
Constructor Summary
Constructors Constructor Description ListQueueProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>metadata()Get the metadata property: A name-value pair that represents queue metadata.voidvalidate()Validates the instance.ListQueuePropertieswithMetadata(Map<String,String> metadata)Set the metadata property: A name-value pair that represents queue metadata.
-
-
-
Method Detail
-
metadata
public Map<String,String> metadata()
Get the metadata property: A name-value pair that represents queue metadata.- Returns:
- the metadata value.
-
withMetadata
public ListQueueProperties withMetadata(Map<String,String> metadata)
Set the metadata property: A name-value pair that represents queue metadata.- Parameters:
metadata- the metadata value to set.- Returns:
- the ListQueueProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-