public class EscalationRequestMessage extends Message
Constructor and Description |
---|
EscalationRequestMessage(Identifier sender,
Identifier receiver,
String escalationCode,
ObjectValue payload) |
Modifier and Type | Method and Description |
---|---|
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.
|
String |
toString() |
equals, getReceiver, getSender, hashCode
public EscalationRequestMessage(Identifier sender, Identifier receiver, 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 String getEscalationCode()
public ObjectValue getPayload()
null
if the escalation event should carry
no payload.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.