public class WaitCommandData extends CommandData
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
seconds |
hasCommandList, typeid| Constructor and Description |
|---|
WaitCommandData(Integer seconds) |
WaitCommandData(Integer seconds,
CommandType commandType) |
WaitCommandData(Integer seconds,
CommandType commandType,
UUID id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getSeconds() |
int |
hashCode() |
void |
setSeconds(Integer seconds) |
String |
toString() |
getType, hasCommandList, setTypegetId, setIdprotected Integer seconds
public WaitCommandData(Integer seconds)
public WaitCommandData(Integer seconds, CommandType commandType)
public WaitCommandData(Integer seconds, CommandType commandType, UUID id)
public String toString()
toString in class CommandDatapublic int hashCode()
hashCode in class CommandDatapublic boolean equals(Object obj)
equals in class CommandDatapublic Integer getSeconds()
public void setSeconds(Integer seconds)
Copyright © 2017. All rights reserved.