public interface IJsonDocumentMetadata
Modifier and Type | Method and Description |
---|---|
Etag |
getEtag() |
java.lang.String |
getKey() |
java.util.Date |
getLastModified() |
RavenJObject |
getMetadata() |
java.lang.Boolean |
getNonAuthoritativeInformation()
Gets a value indicating whether this document is non authoritative (modified by uncommitted transaction).
|
void |
setEtag(Etag etag) |
void |
setKey(java.lang.String key) |
void |
setLastModified(java.util.Date lastModified) |
void |
setMetadata(RavenJObject obj)
Sets the metadata for the document
|
void |
setNonAuthoritativeInformation(java.lang.Boolean nonAuthoritativeInformation)
Sets a value indicating whether this document is non authoritative (modified by uncommitted transaction).
|
RavenJObject getMetadata()
void setMetadata(RavenJObject obj)
obj
- java.lang.String getKey()
void setKey(java.lang.String key)
key
- the key to setjava.lang.Boolean getNonAuthoritativeInformation()
void setNonAuthoritativeInformation(java.lang.Boolean nonAuthoritativeInformation)
nonAuthoritativeInformation
- Etag getEtag()
void setEtag(Etag etag)
etag
- the etag to setjava.util.Date getLastModified()
void setLastModified(java.util.Date lastModified)
lastModified
- the lastModified to setCopyright © 2014. All Rights Reserved.