Class ValidatePipelineDefinitionResult

    • Constructor Detail

      • ValidatePipelineDefinitionResult

        public ValidatePipelineDefinitionResult()
    • Method Detail

      • getValidationErrors

        public List<ValidationError> getValidationErrors()

        Any validation errors that were found.

        Returns:
        Any validation errors that were found.
      • setValidationErrors

        public void setValidationErrors​(Collection<ValidationError> validationErrors)

        Any validation errors that were found.

        Parameters:
        validationErrors - Any validation errors that were found.
      • withValidationErrors

        public ValidatePipelineDefinitionResult withValidationErrors​(Collection<ValidationError> validationErrors)

        Any validation errors that were found.

        Parameters:
        validationErrors - Any validation errors that were found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getValidationWarnings

        public List<ValidationWarning> getValidationWarnings()

        Any validation warnings that were found.

        Returns:
        Any validation warnings that were found.
      • setValidationWarnings

        public void setValidationWarnings​(Collection<ValidationWarning> validationWarnings)

        Any validation warnings that were found.

        Parameters:
        validationWarnings - Any validation warnings that were found.
      • withValidationWarnings

        public ValidatePipelineDefinitionResult withValidationWarnings​(Collection<ValidationWarning> validationWarnings)

        Any validation warnings that were found.

        Parameters:
        validationWarnings - Any validation warnings that were found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setErrored

        public void setErrored​(Boolean errored)

        Indicates whether there were validation errors.

        Parameters:
        errored - Indicates whether there were validation errors.
      • getErrored

        public Boolean getErrored()

        Indicates whether there were validation errors.

        Returns:
        Indicates whether there were validation errors.
      • withErrored

        public ValidatePipelineDefinitionResult withErrored​(Boolean errored)

        Indicates whether there were validation errors.

        Parameters:
        errored - Indicates whether there were validation errors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isErrored

        public Boolean isErrored()

        Indicates whether there were validation errors.

        Returns:
        Indicates whether there were validation errors.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object