public interface Message
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArg(java.lang.String name)
Gets an argument in the message or null if no argument with the name given exists.
|
java.util.Map<java.lang.String,java.lang.String> |
getArgs()
Gets a map of all of the args in the message.
|
java.lang.String |
getMessageName()
Returns the name of the message.
|
java.lang.String getMessageName()
java.lang.String getArg(java.lang.String name)
name
- - the name of the argument to returnjava.util.Map<java.lang.String,java.lang.String> getArgs()