Package org.jclouds.blobstore.domain
Interface MutableBlobMetadata
- All Superinterfaces:
BlobMetadata
,Comparable<ResourceMetadata<StorageType>>
,MutableResourceMetadata<StorageType>
,MutableStorageMetadata
,ResourceMetadata<StorageType>
,StorageMetadata
- All Known Implementing Classes:
MutableBlobMetadataImpl
System and user Metadata for the
Blob
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setContainer
(String container) void
void
setPublicUri
(URI publicUri) void
Methods inherited from interface org.jclouds.blobstore.domain.BlobMetadata
getContainer, getPublicUri
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface org.jclouds.domain.MutableResourceMetadata
setId, setLocation, setName, setType, setUri, setUserMetadata
Methods inherited from interface org.jclouds.blobstore.domain.MutableStorageMetadata
setCreationDate, setETag, setLastModified, setSize
Methods inherited from interface org.jclouds.domain.ResourceMetadata
getLocation
Methods inherited from interface org.jclouds.blobstore.domain.StorageMetadata
getCreationDate, getETag, getLastModified, getName, getProviderId, getSize, getTier, getType, getUri, getUserMetadata
-
Method Details
-
getContentMetadata
MutableContentMetadata getContentMetadata()- Specified by:
getContentMetadata
in interfaceBlobMetadata
-
setContentMetadata
- See Also:
-
setPublicUri
- See Also:
-
setContainer
- See Also:
-
setTier
- Specified by:
setTier
in interfaceMutableStorageMetadata
-