| Modifier and Type | Field and Description |
|---|---|
private String |
address |
private Integer |
apiPort |
private String |
nodeId |
private ConnectionStatisticsSnapshotDTO |
statisticsSnapshot |
| Constructor and Description |
|---|
NodeConnectionStatisticsSnapshotDTO() |
| Modifier and Type | Method and Description |
|---|---|
NodeConnectionStatisticsSnapshotDTO |
clone() |
String |
getAddress() |
Integer |
getApiPort() |
String |
getNodeId() |
ConnectionStatisticsSnapshotDTO |
getStatisticsSnapshot() |
void |
setAddress(String address) |
void |
setApiPort(Integer apiPort) |
void |
setNodeId(String nodeId) |
void |
setStatisticsSnapshot(ConnectionStatisticsSnapshotDTO statisticsSnapshot) |
private String nodeId
private String address
private Integer apiPort
private ConnectionStatisticsSnapshotDTO statisticsSnapshot
public String getNodeId()
public void setNodeId(String nodeId)
public String getAddress()
public void setAddress(String address)
public Integer getApiPort()
public void setApiPort(Integer apiPort)
public ConnectionStatisticsSnapshotDTO getStatisticsSnapshot()
public void setStatisticsSnapshot(ConnectionStatisticsSnapshotDTO statisticsSnapshot)
public NodeConnectionStatisticsSnapshotDTO clone()
Copyright © 2023 Apache NiFi Project. All rights reserved.