public class NodeSearchResultDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
address |
private String |
id |
| Constructor and Description |
|---|
NodeSearchResultDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
String |
getId() |
void |
setAddress(String address) |
void |
setId(String id) |
Copyright © 2023 Apache NiFi Project. All rights reserved.