public class AdaptedConnectionResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
private StandardDataFlow |
dataFlow |
private String |
instanceId |
private Boolean |
managerRemoteCommsSecure |
private Integer |
managerRemoteInputPort |
private NodeIdentifier |
nodeIdentifier |
private boolean |
primary |
private String |
rejectionReason |
private int |
tryLaterSeconds |
| Constructor and Description |
|---|
AdaptedConnectionResponse() |
| Modifier and Type | Method and Description |
|---|---|
StandardDataFlow |
getDataFlow() |
String |
getInstanceId() |
Integer |
getManagerRemoteInputPort() |
NodeIdentifier |
getNodeIdentifier() |
String |
getRejectionReason() |
int |
getTryLaterSeconds() |
Boolean |
isManagerRemoteCommsSecure() |
boolean |
isPrimary() |
void |
setDataFlow(StandardDataFlow dataFlow) |
void |
setInstanceId(String instanceId) |
void |
setManagerRemoteCommsSecure(Boolean secure) |
void |
setManagerRemoteInputPort(Integer managerRemoteInputPort) |
void |
setNodeIdentifier(NodeIdentifier nodeIdentifier) |
void |
setPrimary(boolean primary) |
void |
setRejectionReason(String rejectionReason) |
void |
setTryLaterSeconds(int tryLaterSeconds) |
boolean |
shouldTryLater() |
private StandardDataFlow dataFlow
private NodeIdentifier nodeIdentifier
private String rejectionReason
private boolean primary
private int tryLaterSeconds
private Integer managerRemoteInputPort
private Boolean managerRemoteCommsSecure
private String instanceId
public StandardDataFlow getDataFlow()
public void setDataFlow(StandardDataFlow dataFlow)
public NodeIdentifier getNodeIdentifier()
public void setNodeIdentifier(NodeIdentifier nodeIdentifier)
public int getTryLaterSeconds()
public void setTryLaterSeconds(int tryLaterSeconds)
public String getRejectionReason()
public void setRejectionReason(String rejectionReason)
public boolean isPrimary()
public void setPrimary(boolean primary)
public boolean shouldTryLater()
public void setManagerRemoteInputPort(Integer managerRemoteInputPort)
public Integer getManagerRemoteInputPort()
public void setManagerRemoteCommsSecure(Boolean secure)
public Boolean isManagerRemoteCommsSecure()
public void setInstanceId(String instanceId)
public String getInstanceId()
Copyright © 2016 Apache NiFi Project. All rights reserved.