|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.domain.internal.MutableResourceMetadataImpl<StorageType>
org.jclouds.blobstore.domain.internal.MutableStorageMetadataImpl
public class MutableStorageMetadataImpl
Used to construct new resources or modify existing ones.
| Constructor Summary | |
|---|---|
MutableStorageMetadataImpl()
|
|
MutableStorageMetadataImpl(StorageMetadata from)
|
|
| Method Summary | |
|---|---|
String |
getETag()
The eTag value stored in the Etag header returned by HTTP. |
Date |
getLastModified()
Last modification time of the resource |
void |
setETag(String eTag)
|
void |
setLastModified(Date lastModified)
|
| Methods inherited from class org.jclouds.domain.internal.MutableResourceMetadataImpl |
|---|
compareTo, equals, getLocation, getName, getProviderId, getType, getUri, getUserMetadata, hashCode, setId, setLocation, setName, setType, setUri, setUserMetadata, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jclouds.domain.MutableResourceMetadata |
|---|
setId, setLocation, setName, setType, setUri, setUserMetadata |
| Methods inherited from interface org.jclouds.blobstore.domain.StorageMetadata |
|---|
getName, getProviderId, getType, getUri, getUserMetadata |
| Methods inherited from interface org.jclouds.domain.ResourceMetadata |
|---|
getLocation |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public MutableStorageMetadataImpl()
public MutableStorageMetadataImpl(StorageMetadata from)
| Method Detail |
|---|
public String getETag()
getETag in interface StorageMetadataorg.jclouds.blobstore.attr.ContainerCapability#CONTAINER_ETAG,
org.jclouds.blobstore.attr.ContainerCapability#BLOB_ETAGpublic Date getLastModified()
getLastModified in interface StorageMetadataorg.jclouds.blobstore.attr.ContainerCapability#CONTAINER_LAST_MODIFIED,
org.jclouds.blobstore.attr.ContainerCapability#BLOB_LAST_MODIFIED,
ContainerCapability.MILLISECOND_PRECISIONpublic void setLastModified(Date lastModified)
setLastModified in interface MutableStorageMetadataStorageMetadata.getLastModified()public void setETag(String eTag)
setETag in interface MutableStorageMetadataStorageMetadata.getETag()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||