public class CounterEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private CounterDTO |
counter |
| Constructor and Description |
|---|
CounterEntity() |
| Modifier and Type | Method and Description |
|---|---|
CounterDTO |
getCounter() |
void |
setCounter(CounterDTO counter) |
private CounterDTO counter
public CounterDTO getCounter()
public void setCounter(CounterDTO counter)
Copyright © 2023 Apache NiFi Project. All rights reserved.