Class Ping

  • All Implemented Interfaces:
    DateHolder

    public class Ping
    extends DateObj<java.lang.Double>
    • Constructor Summary

      Constructors 
      Constructor Description
      Ping​(long date, java.util.UUID serverUUID, int min, int max, double average)  
    • Constructor Detail

      • Ping

        public Ping​(long date,
                    java.util.UUID serverUUID,
                    int min,
                    int max,
                    double average)
    • Method Detail

      • getServerUUID

        public java.util.UUID getServerUUID()
      • getAverage

        public double getAverage()
      • getMin

        public int getMin()
      • getMax

        public int getMax()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object