public class StateEntryDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
clusterNodeAddress |
private String |
clusterNodeId |
private String |
key |
private String |
value |
| Constructor and Description |
|---|
StateEntryDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterNodeAddress() |
String |
getClusterNodeId() |
String |
getKey() |
String |
getValue() |
void |
setClusterNodeAddress(String clusterNodeAddress) |
void |
setClusterNodeId(String clusterNodeId) |
void |
setKey(String key) |
void |
setValue(String value) |
private String key
private String value
private String clusterNodeId
private String clusterNodeAddress
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public String getClusterNodeId()
public void setClusterNodeId(String clusterNodeId)
public String getClusterNodeAddress()
public void setClusterNodeAddress(String clusterNodeAddress)
Copyright © 2023 Apache NiFi Project. All rights reserved.