public class Request extends ProtocolMessage
| Modifier and Type | Method and Description |
|---|---|
static Request |
create(String command,
Integer seq) |
boolean |
equals(Object obj) |
Object |
getArguments()
Object containing arguments for the command.
|
String |
getCommand()
The command to execute.
|
int |
hashCode() |
Request |
setArguments(Object arguments) |
Request |
setCommand(String command) |
public String getCommand()
public Object getArguments()
public boolean equals(Object obj)
equals in class ProtocolMessagepublic int hashCode()
hashCode in class ProtocolMessage