Class RemoveLog.RemoveLogEntry

java.lang.Object
org.nustaq.reallive.server.RemoveLog.RemoveLogEntry
All Implemented Interfaces:
Serializable
Enclosing interface:
RemoveLog

public static class RemoveLog.RemoveLogEntry extends Object implements Serializable
See Also:
  • Constructor Details

    • RemoveLogEntry

      public RemoveLogEntry(long time, String key)
  • Method Details

    • getTime

      public long getTime()
    • getKey

      public String getKey()
    • toString

      public String toString()
      Overrides:
      toString in class Object