Class DataQualityResultFilterCriteria

    • Method Detail

      • dataSource

        public final DataSource dataSource()

        Filter results by the specified data source. For example, retrieving all results for an Glue table.

        Returns:
        Filter results by the specified data source. For example, retrieving all results for an Glue table.
      • jobName

        public final String jobName()

        Filter results by the specified job name.

        Returns:
        Filter results by the specified job name.
      • jobRunId

        public final String jobRunId()

        Filter results by the specified job run ID.

        Returns:
        Filter results by the specified job run ID.
      • startedAfter

        public final Instant startedAfter()

        Filter results by runs that started after this time.

        Returns:
        Filter results by runs that started after this time.
      • startedBefore

        public final Instant startedBefore()

        Filter results by runs that started before this time.

        Returns:
        Filter results by runs that started before this time.
      • hashCode

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

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)