Class Node.Event

  • Enclosing class:
    Node

    public static class Node.Event
    extends java.lang.Object
    A node event
    • Constructor Summary

      Constructors 
      Constructor Description
      Event​(java.time.Instant at, java.lang.String agent, java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String agent()
      The agent responsible for this
      java.time.Instant at()
      The time this occurred
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.lang.String name()
      Name of the event
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Event

        public Event​(java.time.Instant at,
                     java.lang.String agent,
                     java.lang.String name)
    • Method Detail

      • at

        public java.time.Instant at()
        The time this occurred
      • agent

        public java.lang.String agent()
        The agent responsible for this
      • name

        public java.lang.String name()
        Name of the event
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object