public class FlowFileEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private FlowFileDTO |
flowFile |
| Constructor and Description |
|---|
FlowFileEntity() |
| Modifier and Type | Method and Description |
|---|---|
FlowFileDTO |
getFlowFile()
The FlowFileDTO that is being serialized.
|
void |
setFlowFile(FlowFileDTO flowFile) |
private FlowFileDTO flowFile
public FlowFileDTO getFlowFile()
public void setFlowFile(FlowFileDTO flowFile)
Copyright © 2023 Apache NiFi Project. All rights reserved.