Class FlowFileStreamResult

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

public class FlowFileStreamResult extends Object
Author:
26191568+jgwoolley@users.noreply.github.com
  • Field Details

  • Constructor Details

    • FlowFileStreamResult

      public FlowFileStreamResult(int version, String extension, boolean uuidFilenames, Path inputPath, Path outputPath, Path resultsPath, long unixTime, Map<String,String> rawAttributeExpressions, boolean keepAttributes)
  • 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()
    • getDefaultAttributes

      public Map<String,String> getDefaultAttributes()
    • isKeepAttributes

      public boolean isKeepAttributes()