public class AdaptedNodeInformation extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
apiPort |
private String |
hostname |
private boolean |
isSiteToSiteSecure |
private Integer |
siteToSiteHttpApiPort |
private Integer |
siteToSitePort |
private int |
totalFlowFiles |
| Constructor and Description |
|---|
AdaptedNodeInformation() |
| Modifier and Type | Method and Description |
|---|---|
int |
getApiPort() |
String |
getHostname() |
Integer |
getSiteToSiteHttpApiPort() |
Integer |
getSiteToSitePort() |
int |
getTotalFlowFiles() |
boolean |
isSiteToSiteSecure() |
void |
setApiPort(int apiPort) |
void |
setHostname(String hostname) |
void |
setSiteToSiteHttpApiPort(Integer siteToSiteHttpApiPort) |
void |
setSiteToSitePort(Integer siteToSitePort) |
void |
setSiteToSiteSecure(boolean isSiteToSiteSecure) |
void |
setTotalFlowFiles(int totalFlowFiles) |
private String hostname
private Integer siteToSitePort
private Integer siteToSiteHttpApiPort
private int apiPort
private boolean isSiteToSiteSecure
private int totalFlowFiles
public String getHostname()
public void setHostname(String hostname)
public Integer getSiteToSitePort()
public void setSiteToSitePort(Integer siteToSitePort)
public int getApiPort()
public void setApiPort(int apiPort)
public boolean isSiteToSiteSecure()
public void setSiteToSiteSecure(boolean isSiteToSiteSecure)
public int getTotalFlowFiles()
public void setTotalFlowFiles(int totalFlowFiles)
public Integer getSiteToSiteHttpApiPort()
public void setSiteToSiteHttpApiPort(Integer siteToSiteHttpApiPort)
Copyright © 2023 Apache NiFi Project. All rights reserved.