Interface Node.Root
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull String
input()
Get the original provided message which produced this node.
-
-
-
Method Detail
-
input
@NotNull @NotNull String input()
Get the original provided message which produced this node.- Returns:
- the input message
- Since:
- 4.10.0
-
-