public class CountersEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private CountersDTO |
counters |
| Constructor and Description |
|---|
CountersEntity() |
| Modifier and Type | Method and Description |
|---|---|
CountersDTO |
getCounters() |
void |
setCounters(CountersDTO counters) |
private CountersDTO counters
public CountersDTO getCounters()
public void setCounters(CountersDTO counters)
Copyright © 2023 Apache NiFi Project. All rights reserved.