Class KnownCommutator

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

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

    • META_BODY

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

      public static final io.aether.net.fastMeta.FastMetaType<KnownCommutator> META
    • uuid

      protected final String uuid
    • label

      protected final String label
    • lastSeen

      protected final long lastSeen
    • totalRequests

      protected final int totalRequests
    • totalResponses

      protected final int totalResponses
  • Constructor Details

    • KnownCommutator

      public KnownCommutator(String uuid, String label, long lastSeen, int totalRequests, int totalResponses)
  • Method Details

    • getUuid

      public String getUuid()
    • getLabel

      public String getLabel()
    • getLastSeen

      public long getLastSeen()
    • getTotalRequests

      public int getTotalRequests()
    • getTotalResponses

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