Class UserListEntry<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T user  
    • Constructor Summary

      Constructors 
      Constructor Description
      UserListEntry​(T p_i1146_1_)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) T getUser()  
      (package private) boolean hasExpired()  
      protected abstract void serialize​(com.google.gson.JsonObject p_152641_1_)  
      • Methods inherited from class java.lang.Object

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

      • user

        @Nullable
        private final T user
    • Constructor Detail

      • UserListEntry

        public UserListEntry​(@Nullable
                             T p_i1146_1_)
    • Method Detail

      • getUser

        @Nullable
        T getUser()
      • hasExpired

        boolean hasExpired()
      • serialize

        protected abstract void serialize​(com.google.gson.JsonObject p_152641_1_)