org.flexiblepower.efi.buffer
public class ActuatorUpdate extends java.lang.Object
| Constructor and Description |
|---|
ActuatorUpdate(int actuatorId,
int currentRunningModeId,
java.util.Set<TimerUpdate> timerUpdates) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getActuatorId() |
int |
getCurrentRunningModeId() |
java.util.Set<TimerUpdate> |
getTimerUpdates() |
int |
hashCode() |
java.lang.String |
toString() |
public ActuatorUpdate(int actuatorId,
int currentRunningModeId,
java.util.Set<TimerUpdate> timerUpdates)
actuatorId - This id refers uniquely to an actuator in this buffer appliance.currentRunningModeId - This id refers uniquely to the current running mode of the actuator that is referred to in this
update.timerUpdates - A set of zero or more TimerUpdate objects.public int getActuatorId()
public int getCurrentRunningModeId()
public java.util.Set<TimerUpdate> getTimerUpdates()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object