Class KnownCommutator
java.lang.Object
io.aether.api.smarthome.gui.state.KnownCommutator
- All Implemented Interfaces:
io.aether.utils.ToString
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final longstatic final io.aether.net.fastMeta.FastMetaType<KnownCommutator> static final io.aether.net.fastMeta.FastMetaType<KnownCommutator> protected final intprotected final intprotected final String -
Constructor Summary
ConstructorsConstructorDescriptionKnownCommutator(String uuid, String label, long lastSeen, int totalRequests, int totalResponses) -
Method Summary
Methods inherited from interface io.aether.utils.ToString
toString2
-
Field Details
-
META_BODY
-
META
-
uuid
-
label
-
lastSeen
protected final long lastSeen -
totalRequests
protected final int totalRequests -
totalResponses
protected final int totalResponses
-
-
Constructor Details
-
KnownCommutator
-
-
Method Details
-
getUuid
-
getLabel
-
getLastSeen
public long getLastSeen() -
getTotalRequests
public int getTotalRequests() -
getTotalResponses
public int getTotalResponses() -
equals
-
hashCode
-
toString
-
toString
public void toString(io.aether.utils.AString sb) - Specified by:
toStringin interfaceio.aether.utils.ToString
-