public class AirtableRetrieveTableResult extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<FlowFile> |
flowFiles |
private int |
totalRecordCount |
| Constructor and Description |
|---|
AirtableRetrieveTableResult(List<FlowFile> flowFiles,
int totalRecordCount) |
| Modifier and Type | Method and Description |
|---|---|
List<FlowFile> |
getFlowFiles() |
int |
getTotalRecordCount() |
Copyright © 2023 Apache NiFi Project. All rights reserved.