public class StandardRecordPathResult extends Object implements RecordPathResult
| Modifier and Type | Field and Description |
|---|---|
private String |
path |
private Stream<FieldValue> |
selectedFields |
| Constructor and Description |
|---|
StandardRecordPathResult(String path,
Stream<FieldValue> selectedFields) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
Stream<FieldValue> |
getSelectedFields() |
private final String path
private final Stream<FieldValue> selectedFields
public StandardRecordPathResult(String path, Stream<FieldValue> selectedFields)
public String getPath()
getPath in interface RecordPathResultpublic Stream<FieldValue> getSelectedFields()
getSelectedFields in interface RecordPathResultCopyright © 2023 Apache NiFi Project. All rights reserved.