Class ExportConfig

    • Constructor Detail

      • ExportConfig

        public ExportConfig​(String filePath,
                            String exportPath,
                            boolean createNewPath,
                            String credentialsId,
                            String timeout)
        Instantiates a new ExportConfig.
        Parameters:
        filePath - the file path to export
        exportPath - the export target path
        createNewPath - specifies whether missing export path will be created
        credentialsId - the credentials id
        timeout - the timeout
    • Method Detail

      • getFilePath

        public String getFilePath()
      • getExportPath

        public String getExportPath()
      • isCreateNewPath

        public boolean isCreateNewPath()
      • equals

        public final boolean equals​(Object other)
        Overrides:
        equals in class Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object