Class MetricPoint

java.lang.Object
io.aether.api.smarthome.gui.state.MetricPoint
All Implemented Interfaces:
io.aether.utils.ToString

public class MetricPoint extends Object implements io.aether.utils.ToString
  • Field Details

    • META_BODY

      public static final io.aether.net.fastMeta.FastMetaType<MetricPoint> META_BODY
    • META

      public static final io.aether.net.fastMeta.FastMetaType<MetricPoint> META
    • timestamp

      protected final long timestamp
    • rtt

      protected final int rtt
  • Constructor Details

    • MetricPoint

      public MetricPoint(long timestamp, int rtt)
  • Method Details

    • getTimestamp

      public long getTimestamp()
    • getRtt

      public int getRtt()
    • 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
    • toString

      public void toString(io.aether.utils.AString sb)
      Specified by:
      toString in interface io.aether.utils.ToString