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