public class OffloadMessage extends ProtocolMessage
ProtocolMessage.MessageType| Modifier and Type | Field and Description |
|---|---|
private String |
explanation |
private NodeIdentifier |
nodeId |
| Constructor and Description |
|---|
OffloadMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExplanation() |
NodeIdentifier |
getNodeId() |
ProtocolMessage.MessageType |
getType() |
void |
setExplanation(String explanation) |
void |
setNodeId(NodeIdentifier nodeId) |
private NodeIdentifier nodeId
private String explanation
public NodeIdentifier getNodeId()
public void setNodeId(NodeIdentifier nodeId)
public String getExplanation()
public void setExplanation(String explanation)
public ProtocolMessage.MessageType getType()
getType in class ProtocolMessageCopyright © 2021 Apache NiFi Project. All rights reserved.