public class BatchSettingsDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private Integer |
count |
private String |
duration |
private String |
size |
| Constructor and Description |
|---|
BatchSettingsDTO() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount() |
String |
getDuration() |
String |
getSize() |
void |
setCount(Integer count) |
void |
setDuration(String duration) |
void |
setSize(String size) |
public Integer getCount()
public void setCount(Integer count)
public String getSize()
public void setSize(String size)
public String getDuration()
public void setDuration(String duration)
Copyright © 2023 Apache NiFi Project. All rights reserved.