Interface ILogMsg
-
- All Known Implementing Classes:
ImmutableLogMsg
public interface ILogMsg
A definition corresponding to POJO 'Logmsg
'. The 'has...()' methods exist since the corresponding 'get...()' methods will return a default value if null. Using the 'has...()' method is the only means to determine if the backing value is null.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContent()
String
getDest()
Boolean
getNotify()
boolean
hasNotify()
-