Class MutableContainerPropertiesWithMetadataImpl
java.lang.Object
org.jclouds.azureblob.domain.internal.MutableContainerPropertiesWithMetadataImpl
- All Implemented Interfaces:
Comparable<ContainerProperties>
,ContainerProperties
,MutableContainerPropertiesWithMetadata
public class MutableContainerPropertiesWithMetadataImpl
extends Object
implements MutableContainerPropertiesWithMetadata
Allows you to manipulate metadata.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getETag()
getName()
getUrl()
int
hashCode()
void
void
setLastModified
(Date lastModified) void
setMetadata
(Map<String, String> metadata) void
void
setPublicAccess
(PublicAccess publicAccess) void
-
Constructor Details
-
MutableContainerPropertiesWithMetadataImpl
public MutableContainerPropertiesWithMetadataImpl()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceContainerProperties
-
getLastModified
- Specified by:
getLastModified
in interfaceContainerProperties
-
getETag
- Specified by:
getETag
in interfaceContainerProperties
-
getPublicAccess
- Specified by:
getPublicAccess
in interfaceContainerProperties
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ContainerProperties>
-
getMetadata
- Specified by:
getMetadata
in interfaceContainerProperties
-
setETag
- Specified by:
setETag
in interfaceMutableContainerPropertiesWithMetadata
- See Also:
-
setPublicAccess
- Specified by:
setPublicAccess
in interfaceMutableContainerPropertiesWithMetadata
-
setName
- Specified by:
setName
in interfaceMutableContainerPropertiesWithMetadata
- See Also:
-
setLastModified
- Specified by:
setLastModified
in interfaceMutableContainerPropertiesWithMetadata
- See Also:
-
setMetadata
- Specified by:
setMetadata
in interfaceMutableContainerPropertiesWithMetadata
- See Also:
-
setUrl
- Specified by:
setUrl
in interfaceMutableContainerPropertiesWithMetadata
- See Also:
-
getUrl
- Specified by:
getUrl
in interfaceContainerProperties
-
hashCode
public int hashCode() -
equals
-