public class StateMapDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
scope |
private List<StateEntryDTO> |
state |
private int |
totalEntryCount |
| Constructor and Description |
|---|
StateMapDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getScope() |
List<StateEntryDTO> |
getState() |
int |
getTotalEntryCount() |
void |
setScope(String scope) |
void |
setState(List<StateEntryDTO> state) |
void |
setTotalEntryCount(int totalEntryCount) |
private String scope
private int totalEntryCount
private List<StateEntryDTO> state
public String getScope()
public void setScope(String scope)
public int getTotalEntryCount()
public void setTotalEntryCount(int totalEntryCount)
public List<StateEntryDTO> getState()
public void setState(List<StateEntryDTO> state)
Copyright © 2023 Apache NiFi Project. All rights reserved.