public class PeerDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
flowFileCount |
private String |
hostname |
private int |
port |
private boolean |
secure |
| Constructor and Description |
|---|
PeerDTO() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFlowFileCount() |
String |
getHostname() |
int |
getPort() |
boolean |
isSecure() |
void |
setFlowFileCount(int flowFileCount) |
void |
setHostname(String hostname) |
void |
setPort(int port) |
void |
setSecure(boolean secure) |
private String hostname
private int port
private boolean secure
private int flowFileCount
public String getHostname()
public void setHostname(String hostname)
public int getPort()
public void setPort(int port)
public boolean isSecure()
public void setSecure(boolean secure)
public int getFlowFileCount()
public void setFlowFileCount(int flowFileCount)
Copyright © 2023 Apache NiFi Project. All rights reserved.