Class NodeHistory


  • public class NodeHistory
    extends java.lang.Object
    Wire class for node-repository representation of the history of a node
    Author:
    smorgrav
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String agent  
      java.lang.Long at  
      java.lang.String event  
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeHistory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAgent()  
      java.lang.Long getAt()  
      java.lang.String getEvent()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • at

        public java.lang.Long at
      • agent

        public java.lang.String agent
      • event

        public java.lang.String event
    • Constructor Detail

      • NodeHistory

        public NodeHistory()
    • Method Detail

      • getAt

        public java.lang.Long getAt()
      • getAgent

        public java.lang.String getAgent()
      • getEvent

        public java.lang.String getEvent()