Package ai.tock.bot.definition
Interface ParameterKey
-
- All Implemented Interfaces:
public interface ParameterKeyA parameter key - the implementation is usually an enum.
-
-
Method Summary
Modifier and Type Method Description Parametersget(Object value)Create a Parameters with this as key and the value.toString() value. Parametersinvoke(Object value)Create a Parameters with this as key and the value json serialized string. abstract StringgetName()Overridden by enum implementation. StringgetKey()-
-
Method Detail
-
get
Parameters get(Object value)
Create a Parameters with this as key and the value.toString() value.
-
invoke
Parameters invoke(Object value)
Create a Parameters with this as key and the value json serialized string.
-
-
-
-