| Constructor and Description |
|---|
SetPropertyValue(UUID commandId,
UUID propertyId,
Value value)
Creates an instance with a predefined command id.
|
SetPropertyValue(UUID propertyId,
Value value)
Creates an instance with an auto-generated command id.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Two
SetPropertyValue commands are equal when their getCommandId()s are equal. |
UUID |
getCommandId()
The unique id of this command.
|
UUID |
getPropertyId() |
Value |
getValue() |
int |
hashCode() |
String |
toString() |
public SetPropertyValue(UUID commandId, UUID propertyId, Value value)
commandId - The unique id of this command.propertyId - The id of the property thats value is set.value - The value that is set.public UUID getCommandId()
public Value getValue()
public UUID getPropertyId()
public boolean equals(Object obj)
SetPropertyValue commands are equal when their getCommandId()s are equal.Copyright © 2015 Saxonia Systems AG. All Rights Reserved.