public class EscalationRequestMessage extends Message
| Constructor and Description |
|---|
EscalationRequestMessage(Identifier sender,
Identifier receiver,
java.lang.String escalationCode,
ObjectValue payload) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEscalationCode()
Gets the escalation code for the escalation event which should be created.
|
ObjectValue |
getPayload()
Gets the payload for the escalation event which should be created.
|
java.lang.String |
toString() |
equals, getReceiver, getSender, hashCodepublic EscalationRequestMessage(Identifier sender, Identifier receiver, java.lang.String escalationCode, ObjectValue payload)
sender - the sender of this messagereceiver - the identifier of the receiver of this messageescalationCode - the escalation code of the escalation eventpayload - the payload of the escalation event (optional)public java.lang.String getEscalationCode()
public ObjectValue getPayload()
null if the escalation event should carry
no payload.public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.