public class NodeStatusChangeMessage extends ProtocolMessage
ProtocolMessage.MessageType| Modifier and Type | Field and Description |
|---|---|
private NodeConnectionStatus |
connectionStatus |
private NodeIdentifier |
nodeId |
| Constructor and Description |
|---|
NodeStatusChangeMessage() |
| Modifier and Type | Method and Description |
|---|---|
NodeConnectionStatus |
getNodeConnectionStatus() |
NodeIdentifier |
getNodeId() |
ProtocolMessage.MessageType |
getType() |
void |
setNodeConnectionStatus(NodeConnectionStatus status) |
void |
setNodeId(NodeIdentifier nodeId) |
String |
toString() |
private NodeConnectionStatus connectionStatus
private NodeIdentifier nodeId
public ProtocolMessage.MessageType getType()
getType in class ProtocolMessagepublic NodeIdentifier getNodeId()
public void setNodeId(NodeIdentifier nodeId)
public NodeConnectionStatus getNodeConnectionStatus()
public void setNodeConnectionStatus(NodeConnectionStatus status)
Copyright © 2023 Apache NiFi Project. All rights reserved.