ListQueueProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.storage.fluent.models.ListQueueProperties

Implements

public final class ListQueueProperties
implements JsonSerializable<ListQueueProperties>

The ListQueueProperties model.

Method Summary

Modifier and Type Method and Description
static ListQueueProperties fromJson(JsonReader jsonReader)

Reads an instance of ListQueueProperties from the JsonReader.

Map<String,String> metadata()

Get the metadata property: A name-value pair that represents queue metadata.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static ListQueueProperties fromJson(JsonReader jsonReader)

Reads an instance of ListQueueProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ListQueueProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ListQueueProperties.

metadata

public Map<String,String> metadata()

Get the metadata property: A name-value pair that represents queue metadata.

Returns:

the metadata value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to