Package i5.las2peer.logging.bot
Class BotMessage
java.lang.Object
i5.las2peer.logging.bot.BotMessage
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBotMessage(Long timestamp, MonitoringEvent event, String sourceNode, String sourceAgentId, String destinationNode, String destinationAgentId, String remarks) -
Method Summary
Modifier and TypeMethodDescriptiongetEvent()voidsetDestinationAgentId(String destinationAgentId) voidsetDestinationNode(String destinationNode) voidsetEvent(MonitoringEvent event) voidsetRemarks(String remarks) voidsetSourceAgentId(String sourceAgentId) voidsetSourceNode(String sourceNode) voidsetTimestamp(Long timestamp)
-
Constructor Details
-
BotMessage
-
-
Method Details
-
getTimestamp
-
setTimestamp
-
getEvent
-
setEvent
-
getSourceNode
-
setSourceNode
-
getSourceAgentId
-
setSourceAgentId
-
getDestinationNode
-
setDestinationNode
-
getDestinationAgentId
-
setDestinationAgentId
-
getRemarks
-
setRemarks
-