Class Record
java.lang.Object
io.aether.api.smarthome.Record
- All Implemented Interfaces:
io.aether.utils.ToString
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface io.aether.utils.ToString
toString2
-
Field Details
-
META_BODY
-
META
-
value
protected final byte value -
time
protected final byte time
-
-
Constructor Details
-
Record
public Record(byte value, byte time)
-
-
Method Details
-
getValue
public byte getValue() -
getTime
public byte getTime() -
equals
-
hashCode
-
toString
-
toString
public void toString(io.aether.utils.AString sb) - Specified by:
toStringin interfaceio.aether.utils.ToString
-