Class FlowFileStreamResult

java.lang.Object
com.yelloowstone.nf2t.cli.FlowFileStreamResult

public class FlowFileStreamResult extends Object
  • Field Details

  • Constructor Details

    • FlowFileStreamResult

      public FlowFileStreamResult(int version, String extension, boolean uuidFilenames, Path inputPath, Path outputPath, Path resultsPath, long unixTime)
  • Method Details

    • getVersion

      public int getVersion()
    • getExtension

      public String getExtension()
    • isUuidFilenames

      public boolean isUuidFilenames()
    • setUuidFilenames

      public void setUuidFilenames(boolean uuidFilenames)
    • getInputPath

      public Path getInputPath()
    • getOutputPath

      public Path getOutputPath()
    • getResultsPath

      public Path getResultsPath()
    • setOutputPath

      public void setOutputPath(Path outputPath)
    • getUnixTime

      public long getUnixTime()
    • getErrors

      public List<FlowFileErrorResult> getErrors()
    • getOutputFiles

      public List<FlowFileResult> getOutputFiles()