public class ConnectionResponseMessage extends ProtocolMessage
ProtocolMessage.MessageType| Modifier and Type | Field and Description |
|---|---|
private String |
clusterManagerDN |
private ConnectionResponse |
connectionResponse |
| Constructor and Description |
|---|
ConnectionResponseMessage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterManagerDN() |
ConnectionResponse |
getConnectionResponse() |
ProtocolMessage.MessageType |
getType() |
void |
setClusterManagerDN(String dn) |
void |
setConnectionResponse(ConnectionResponse connectionResponse) |
getRequestorDN, setRequestorDNprivate ConnectionResponse connectionResponse
private String clusterManagerDN
public ConnectionResponse getConnectionResponse()
public void setConnectionResponse(ConnectionResponse connectionResponse)
public void setClusterManagerDN(String dn)
public String getClusterManagerDN()
null
otherwisepublic ProtocolMessage.MessageType getType()
getType in class ProtocolMessageCopyright © 2015 Apache NiFi(incubating) Project. All rights reserved.