| Modifier and Type | Field and Description |
|---|---|
private String |
address |
private Integer |
apiPort |
private String |
nodeId |
private ProcessGroupStatusSnapshotDTO |
statusSnapshot |
| Constructor and Description |
|---|
NodeProcessGroupStatusSnapshotDTO() |
| Modifier and Type | Method and Description |
|---|---|
NodeProcessGroupStatusSnapshotDTO |
clone() |
String |
getAddress() |
Integer |
getApiPort() |
String |
getNodeId() |
ProcessGroupStatusSnapshotDTO |
getStatusSnapshot() |
void |
setAddress(String address) |
void |
setApiPort(Integer apiPort) |
void |
setNodeId(String nodeId) |
void |
setStatusSnapshot(ProcessGroupStatusSnapshotDTO statusSnapshot) |
private String nodeId
private String address
private Integer apiPort
private ProcessGroupStatusSnapshotDTO statusSnapshot
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 ProcessGroupStatusSnapshotDTO getStatusSnapshot()
public void setStatusSnapshot(ProcessGroupStatusSnapshotDTO statusSnapshot)
public NodeProcessGroupStatusSnapshotDTO clone()
Copyright © 2023 Apache NiFi Project. All rights reserved.