public class Command extends Object
| Constructor and Description |
|---|
Command(SessionId sessionId,
String name) |
Command(SessionId sessionId,
String name,
Map<String,?> parameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Map<String,?> |
getParameters() |
SessionId |
getSessionId() |
String |
toString() |
Copyright © 2015. All rights reserved.