Class IngestInternalConfiguration

    • Constructor Detail

      • IngestInternalConfiguration

        public IngestInternalConfiguration()
        IngestInternalConfiguration empty constructor for YAMLFactory
    • Method Detail

      • getWorkspaceUrl

        public java.lang.String getWorkspaceUrl()
        Must return the value of a 'workspaceUrl' attribute
        Returns:
        the workspaceUrl value
      • setWorkspaceUrl

        public IngestInternalConfiguration setWorkspaceUrl​(java.lang.String workspaceUrl)
        Parameters:
        workspaceUrl - the workspace Url to set
        Returns:
        this
        Throws:
        java.lang.IllegalArgumentException - if workspaceUrl is null or empty
      • getProcessingUrl

        public java.lang.String getProcessingUrl()
        Must return the value of a 'workspaceUrl' attribute
        Returns:
        the workspaceUrl value
      • setProcessingUrl

        public IngestInternalConfiguration setProcessingUrl​(java.lang.String processingUrl)
        Parameters:
        processingUrl - the processing Url to set
        Returns:
        this
        Throws:
        java.lang.IllegalArgumentException - if processingUrl is null or empty