public abstract class PersistedImpl extends Object implements Persisted
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
fields |
protected org.bson.types.ObjectId |
id |
| Modifier | Constructor and Description |
|---|---|
protected |
PersistedImpl(Map<String,Object> fields) |
protected |
PersistedImpl(org.bson.types.ObjectId id,
Map<String,Object> fields) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
asMap() |
boolean |
equals(Object o) |
Map<String,Object> |
getFields() |
String |
getId() |
protected org.bson.types.ObjectId |
getObjectId() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEmbeddedValidations, getValidationsCopyright © 2012-2016 Graylog, Inc.. All Rights Reserved.