Class TextTerminalData.MessageGroup

  • Enclosing class:
    TextTerminalData

    public static class TextTerminalData.MessageGroup
    extends java.lang.Object
    A group of messages sharing the same settings
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageGroup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • messages

        public final java.util.List<java.lang.String> messages
        The list of messages in this group
    • Constructor Detail

      • MessageGroup

        public MessageGroup()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object