public static class ListQueuesResult.Queue extends Object
ListQueuesResult.Queue instance contains a copy of the queue name, URI, and
metadata in the storage service as of the time the queue was requested.| Constructor and Description |
|---|
Queue() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,String> |
getMetadata()
Gets the metadata collection of key-value
String pairs
associated with this queue. |
String |
getName()
Gets the name of this queue.
|
String |
getUrl()
Gets the URI for Queue service REST API operations on this queue.
|
void |
setMetadata(HashMap<String,String> metadata)
Reserved for internal use.
|
void |
setName(String name)
Reserved for internal use.
|
void |
setUrl(String url)
Reserved for internal use.
|
public String getName()
String containing the name of this queue.public void setName(String name)
name - A String containing the name of this queue.public String getUrl()
String containing the URI for Queue service REST
API operations on this queue.public void setUrl(String url)
url - A String containing the URI for Queue service REST
API operations on this queue.public HashMap<String,String> getMetadata()
String pairs
associated with this queue.public void setMetadata(HashMap<String,String> metadata)
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/