Class DataQualityRulesetListDetails

    • Method Detail

      • name

        public final String name()

        The name of the data quality ruleset.

        Returns:
        The name of the data quality ruleset.
      • description

        public final String description()

        A description of the data quality ruleset.

        Returns:
        A description of the data quality ruleset.
      • createdOn

        public final Instant createdOn()

        The date and time the data quality ruleset was created.

        Returns:
        The date and time the data quality ruleset was created.
      • lastModifiedOn

        public final Instant lastModifiedOn()

        The date and time the data quality ruleset was last modified.

        Returns:
        The date and time the data quality ruleset was last modified.
      • targetTable

        public final DataQualityTargetTable targetTable()

        An object representing an Glue table.

        Returns:
        An object representing an Glue table.
      • recommendationRunId

        public final String recommendationRunId()

        When a ruleset was created from a recommendation run, this run ID is generated to link the two together.

        Returns:
        When a ruleset was created from a recommendation run, this run ID is generated to link the two together.
      • ruleCount

        public final Integer ruleCount()

        The number of rules in the ruleset.

        Returns:
        The number of rules in the ruleset.
      • 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)