Class ChatLine<T>


  • public class ChatLine<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int addedTime  
      private int id  
      private T message  
    • Constructor Summary

      Constructors 
      Constructor Description
      ChatLine​(int p_i242050_1_, T p_i242050_2_, int p_i242050_3_)  
    • Field Detail

      • addedTime

        private final int addedTime
      • message

        private final T message
      • id

        private final int id
    • Constructor Detail

      • ChatLine

        public ChatLine​(int p_i242050_1_,
                        T p_i242050_2_,
                        int p_i242050_3_)
    • Method Detail

      • getMessage

        public T getMessage()
      • getAddedTime

        public int getAddedTime()
      • getId

        public int getId()