Package ext.api.centrallog.model
Class NodeEvent
- java.lang.Object
-
- ext.api.centrallog.model.ProcessLogEvent
-
- ext.api.centrallog.model.ActivityEvent
-
- ext.api.centrallog.model.NodeEvent
-
- Direct Known Subclasses:
NodeEndEvent,NodeStartEvent
public class NodeEvent extends ActivityEvent
The type Node event.
-
-
Constructor Summary
Constructors Constructor Description NodeEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetNodeId()Gets node id.inthashCode()NodeEventnodeId(String nodeId)Node id node event.voidsetNodeId(String nodeId)Sets node id.StringtoPrettyString()To pretty string string.-
Methods inherited from class ext.api.centrallog.model.ActivityEvent
businessRelevant, getVariables, isBusinessRelevant, setBusinessRelevant, setVariables, variables
-
Methods inherited from class ext.api.centrallog.model.ProcessLogEvent
correlationId, eventTime, executionId, getCorrelationId, getEventTime, getExecutionId, getMetadata, getProcessEventType, getProcessId, getProcessInstanceId, metadata, processEventType, processId, processInstanceId, setCorrelationId, setEventTime, setExecutionId, setMetadata, setProcessEventType, setProcessId, setProcessInstanceId, toIndentedString, toIndentedString, toString
-
-
-
-
Method Detail
-
nodeId
public NodeEvent nodeId(String nodeId)
Node id node event.- Parameters:
nodeId- the node id- Returns:
- the node event
-
getNodeId
public String getNodeId()
Gets node id.- Returns:
- the node id
-
setNodeId
public void setNodeId(String nodeId)
Sets node id.- Parameters:
nodeId- the node id
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classActivityEvent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classActivityEvent
-
toPrettyString
public String toPrettyString()
Description copied from class:ProcessLogEventTo pretty string string.- Overrides:
toPrettyStringin classActivityEvent- Returns:
- the string
-
-