public class MessageRule extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
MessageRuleActions |
actions
The Actions.
|
MessageRulePredicates |
conditions
The Conditions.
|
java.lang.String |
displayName
The Display Name.
|
MessageRulePredicates |
exceptions
The Exceptions.
|
java.lang.Boolean |
hasError
The Has Error.
|
java.lang.Boolean |
isEnabled
The Is Enabled.
|
java.lang.Boolean |
isReadOnly
The Is Read Only.
|
java.lang.Integer |
sequence
The Sequence.
|
| Constructor and Description |
|---|
MessageRule() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="displayName") @Expose public java.lang.String displayName
@SerializedName(value="sequence") @Expose public java.lang.Integer sequence
@SerializedName(value="conditions") @Expose public MessageRulePredicates conditions
@SerializedName(value="actions") @Expose public MessageRuleActions actions
@SerializedName(value="exceptions") @Expose public MessageRulePredicates exceptions
@SerializedName(value="isEnabled") @Expose public java.lang.Boolean isEnabled
@SerializedName(value="hasError") @Expose public java.lang.Boolean hasError
@SerializedName(value="isReadOnly") @Expose public java.lang.Boolean isReadOnly
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to