Class MetricPoint
java.lang.Object
io.aether.api.smarthome.gui.state.MetricPoint
- All Implemented Interfaces:
io.aether.utils.ToString
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.aether.net.fastMeta.FastMetaType<MetricPoint> static final io.aether.net.fastMeta.FastMetaType<MetricPoint> protected final intprotected final long -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface io.aether.utils.ToString
toString2
-
Field Details
-
META_BODY
-
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
-
hashCode
-
toString
-
toString
public void toString(io.aether.utils.AString sb) - Specified by:
toStringin interfaceio.aether.utils.ToString
-