private static class StandardPublicPort.ProcessingResult extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
fileCount |
private Exception |
problem |
| Constructor and Description |
|---|
ProcessingResult(Exception problem) |
ProcessingResult(int fileCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFileCount() |
Exception |
getProblem() |
private final int fileCount
private final Exception problem
public ProcessingResult(int fileCount)
public ProcessingResult(Exception problem)
public Exception getProblem()
public int getFileCount()
Copyright © 2023 Apache NiFi Project. All rights reserved.