java.lang.Object
us.ajg0702.leaderboards.cache.helpers.DbRow

public class DbRow extends Object
  • Constructor Details

  • Method Details

    • clearPositionCache

      public static void clearPositionCache()
    • getId

      public UUID getId()
    • getValue

      public double getValue()
    • getDeltas

      public Map<TimedType,Double> getDeltas()
    • getLastTotals

      public Map<TimedType,Double> getLastTotals()
    • getTimestamps

      public Map<TimedType,Long> getTimestamps()
    • getNamecache

      public String getNamecache()
    • getPrefixcache

      public String getPrefixcache()
    • getSuffixcache

      public String getSuffixcache()
    • getDisplaynamecache

      public String getDisplaynamecache()
    • toJsonObject

      public com.google.gson.JsonObject toJsonObject()
    • fromJsonObject

      public static DbRow fromJsonObject(com.google.gson.JsonObject object)