public final class UpdateContextVariableMessage extends Message
Constructor and Description |
---|
UpdateContextVariableMessage(Identifier sender,
Identifier receiver,
long contextId,
String variable,
ObjectValue value)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getContextId()
Returns the context id.
|
ObjectValue |
getValue()
Returns the value.
|
String |
getVariable()
Returns the variable.
|
int |
hashCode() |
String |
toString() |
getReceiver, getSender
public UpdateContextVariableMessage(Identifier sender, Identifier receiver, long contextId, String variable, ObjectValue value)
sender
- the senderreceiver
- the receivercontextId
- the context idvariable
- the variablevalue
- the new valueNullPointerException
- if receiver
or variable
or value
is nullpublic long getContextId()
public String getVariable()
public ObjectValue getValue()
public boolean equals(Object o)
equals
in class CommunicationUnit
public int hashCode()
hashCode
in class CommunicationUnit
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.