public interface InputParserMsg
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExtendedMsg()
Gets the extension of the message
|
MsgInterval |
getInterval()
Gets the message interval
|
java.lang.String |
getMessage()
Gets the contained message
|
java.lang.String |
getType()
Gets the type of the contained message
|
int |
getVerbosityLevel()
Gets the verbosity level of the message
|
boolean |
hasExtendedMsg()
Gets a boolean which represents if the message has an extended info which complements it
|
boolean |
hasInterval()
Returns a boolean which represents if the message has a specific interval, it is, a defined piece of code which the messages refers to
|
java.lang.String getMessage()
java.lang.String getType()
boolean hasInterval()
MsgInterval getInterval()
boolean hasExtendedMsg()
java.lang.String getExtendedMsg()
int getVerbosityLevel()