Class BotMessage

java.lang.Object
i5.las2peer.logging.bot.BotMessage
All Implemented Interfaces:
Serializable

public class BotMessage extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getTimestamp

      public Long getTimestamp()
    • setTimestamp

      public void setTimestamp(Long timestamp)
    • getEvent

      public MonitoringEvent getEvent()
    • setEvent

      public void setEvent(MonitoringEvent event)
    • getSourceNode

      public String getSourceNode()
    • setSourceNode

      public void setSourceNode(String sourceNode)
    • getSourceAgentId

      public String getSourceAgentId()
    • setSourceAgentId

      public void setSourceAgentId(String sourceAgentId)
    • getDestinationNode

      public String getDestinationNode()
    • setDestinationNode

      public void setDestinationNode(String destinationNode)
    • getDestinationAgentId

      public String getDestinationAgentId()
    • setDestinationAgentId

      public void setDestinationAgentId(String destinationAgentId)
    • getRemarks

      public String getRemarks()
    • setRemarks

      public void setRemarks(String remarks)