The Command class is abstract class of all command which can be executed on ElasticSearch servers.
- getParameter(name) - Returns value of the specified parameter.
- setParameter(name, value) - Sets value of the specified parameter.
getParameter(name: string): string|null
setParameter(name: string, value: string)