public class AdaptedConnectionResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
blockedByFirewall |
private StandardDataFlow |
dataFlow |
private String |
instanceId |
private Boolean |
managerRemoteCommsSecure |
private Integer |
managerRemoteInputPort |
private NodeIdentifier |
nodeIdentifier |
private boolean |
primary |
private int |
tryLaterSeconds |
| Constructor and Description |
|---|
AdaptedConnectionResponse() |
| Modifier and Type | Method and Description |
|---|---|
StandardDataFlow |
getDataFlow() |
String |
getInstanceId() |
Integer |
getManagerRemoteInputPort() |
NodeIdentifier |
getNodeIdentifier() |
int |
getTryLaterSeconds() |
boolean |
isBlockedByFirewall() |
Boolean |
isManagerRemoteCommsSecure() |
boolean |
isPrimary() |
void |
setBlockedByFirewall(boolean blockedByFirewall) |
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 |
setTryLaterSeconds(int tryLaterSeconds) |
boolean |
shouldTryLater() |
private StandardDataFlow dataFlow
private NodeIdentifier nodeIdentifier
private boolean blockedByFirewall
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 boolean isBlockedByFirewall()
public void setBlockedByFirewall(boolean blockedByFirewall)
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 © 2015 Apache NiFi(incubating) Project. All rights reserved.