Package io.writeopia.sdk.model.command
Class Command
-
- All Implemented Interfaces:
public final class Command
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcommandTextprivate final WhereToFindwhereToFind
-
Constructor Summary
Constructors Constructor Description Command(String commandText, WhereToFind whereToFind)
-
Method Summary
Modifier and Type Method Description final StringgetCommandText()final WhereToFindgetWhereToFind()-
-
Constructor Detail
-
Command
Command(String commandText, WhereToFind whereToFind)
-
-
Method Detail
-
getCommandText
final String getCommandText()
-
getWhereToFind
final WhereToFind getWhereToFind()
-
-
-
-