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 Detail

      • getContent

        String getContent()
      • hasNotify

        boolean hasNotify()