public static class ListContainersResult.Container extends Object
ListContainersResult.Container instance contains a copy of the container properties
and metadata in the storage service as of the time the container list was
requested.| Constructor and Description |
|---|
Container() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,String> |
getMetadata()
Gets the container metadata as a map of name and value pairs.
|
String |
getName()
Gets the name of the container.
|
ListContainersResult.ContainerProperties |
getProperties()
Gets the container properties.
|
String |
getUrl()
Gets the URI of the container.
|
void |
setMetadata(HashMap<String,String> metadata)
Reserved for internal use.
|
void |
setName(String name)
Reserved for internal use.
|
void |
setProperties(ListContainersResult.ContainerProperties properties)
Reserved for internal use.
|
void |
setUrl(String url)
Reserved for internal use.
|
public String getName()
String containing the name of the container.public void setName(String name)
This method is invoked by the API to set the value from the Blob Service REST API operation response returned by the server.
name - A String containing the name of the container.public String getUrl()
String containing the URI of the container.public void setUrl(String url)
This method is invoked by the API to set the value from the Blob Service REST API operation response returned by the server.
url - A String containing the URI of the container.public ListContainersResult.ContainerProperties getProperties()
ListContainersResult.ContainerProperties instance containing the
properties associated with the container.public void setProperties(ListContainersResult.ContainerProperties properties)
This method is invoked by the API to set the value from the Blob Service REST API operation response returned by the server.
properties - A ListContainersResult.ContainerProperties instance containing the
properties associated with the container.public HashMap<String,String> getMetadata()
public void setMetadata(HashMap<String,String> metadata)
This method is invoked by the API to set the value from the Blob Service REST API operation response returned by the server.
/**
* 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.
*/