java.lang.Object
com.djrapitops.plan.delivery.domain.DateObj<Double>
com.djrapitops.plan.gathering.domain.Ping
All Implemented Interfaces:
DateHolder

public class Ping extends DateObj<Double>
  • Constructor Details

    • Ping

      public Ping(long date, ServerUUID serverUUID, int min, int max, double average)
  • Method Details

    • getServerUUID

      public ServerUUID getServerUUID()
    • getAverage

      public double getAverage()
    • getMin

      public int getMin()
    • getMax

      public int getMax()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object