public final class LogicalAndOrWaitCommandData extends LogicalWaitCommandData implements SerializableCR
secondshasCommandList, typeid| Constructor and Description |
|---|
LogicalAndOrWaitCommandData(Integer seconds,
CommandType waitType) |
LogicalAndOrWaitCommandData(Integer seconds,
CommandType waitType,
UUID id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCommand(WaitCommandData command) |
void |
deserialize()
Deserialize child commands/responses within the object
|
boolean |
equals(Object obj) |
CrList<WaitCommandData> |
getCommandList() |
List<WaitCommandData> |
getCommands() |
int |
hashCode() |
void |
serialize()
Serialize child commands/responses within the object
|
void |
setCommandList(CrList<WaitCommandData> commands) |
void |
setCommands(List<WaitCommandData> commands) |
String |
toString() |
getSeconds, setSecondsgetType, hasCommandList, setTypegetId, setIdpublic LogicalAndOrWaitCommandData(Integer seconds, CommandType waitType)
public LogicalAndOrWaitCommandData(Integer seconds, CommandType waitType, UUID id)
public void serialize()
SerializableCRserialize in interface SerializableCRpublic void deserialize()
SerializableCRdeserialize in interface SerializableCRpublic void addCommand(WaitCommandData command)
public String toString()
toString in class WaitCommandDatapublic int hashCode()
hashCode in class WaitCommandDatapublic boolean equals(Object obj)
equals in class WaitCommandDatapublic CrList<WaitCommandData> getCommandList()
public List<WaitCommandData> getCommands()
public void setCommandList(CrList<WaitCommandData> commands)
public void setCommands(List<WaitCommandData> commands)
Copyright © 2017. All rights reserved.