public class StreamRuleImpl extends PersistedImpl implements StreamRule
fields, id| Modifier | Constructor and Description |
|---|---|
|
StreamRuleImpl(Map<String,Object> fields) |
protected |
StreamRuleImpl(org.bson.types.ObjectId id,
Map<String,Object> fields) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
asMap() |
Map<String,Validator> |
getEmbeddedValidations(String key) |
String |
getField() |
Boolean |
getInverted() |
String |
getStreamId() |
StreamRuleType |
getType() |
Map<String,Validator> |
getValidations() |
String |
getValue() |
void |
setField(String field) |
void |
setInverted(Boolean inverted) |
void |
setType(StreamRuleType type) |
void |
setValue(String value) |
String |
toString() |
equals, getFields, getId, getObjectId, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic StreamRuleType getType()
getType in interface StreamRulepublic void setType(StreamRuleType type)
setType in interface StreamRulepublic String getValue()
getValue in interface StreamRulepublic void setValue(String value)
setValue in interface StreamRulepublic String getField()
getField in interface StreamRulepublic void setField(String field)
setField in interface StreamRulepublic Boolean getInverted()
getInverted in interface StreamRulepublic void setInverted(Boolean inverted)
setInverted in interface StreamRulepublic String getStreamId()
getStreamId in interface StreamRulepublic Map<String,Validator> getValidations()
getValidations in interface Persistedpublic Map<String,Validator> getEmbeddedValidations(String key)
getEmbeddedValidations in interface Persistedpublic Map<String,Object> asMap()
asMap in interface PersistedasMap in interface StreamRuleasMap in class PersistedImplpublic String toString()
toString in class PersistedImplCopyright © 2012–2014 TORCH GmbH. All rights reserved.