Class AssetExternalDQTestMetric

All Implemented Interfaces:
Serializable

@Generated("com.atlan.generators.ModelGeneratorV2") public class AssetExternalDQTestMetric extends AtlanStruct
Detailed information about the External DQ Test metric.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • of

      public static AssetExternalDQTestMetric of(String assetExternalDQTestMetricObservedValue, String assetExternalDQTestMetricUpperBound, String assetExternalDQTestMetricLowerBound)
      Quickly create a new AssetExternalDQTestMetric.
      Parameters:
      assetExternalDQTestMetricObservedValue - Metric value generated in the particular run for the asset on the external DQ tool.
      assetExternalDQTestMetricUpperBound - Represents the upper threshold of acceptable metric values in the particular run for the asset on the external DQ tool based on historical trends.
      assetExternalDQTestMetricLowerBound - Represents the lower threshold of acceptable metric values in the particular run for the asset on the external DQ tool based on historical trends.
      Returns:
      a AssetExternalDQTestMetric with the provided information
    • builder

    • toBuilder

    • getAssetExternalDQTestMetricObservedValue

      public String getAssetExternalDQTestMetricObservedValue()
      Metric value generated in the particular run for the asset on the external DQ tool.
    • getAssetExternalDQTestMetricUpperBound

      public String getAssetExternalDQTestMetricUpperBound()
      Represents the upper threshold of acceptable metric values in the particular run for the asset on the external DQ tool based on historical trends.
    • getAssetExternalDQTestMetricLowerBound

      public String getAssetExternalDQTestMetricLowerBound()
      Represents the lower threshold of acceptable metric values in the particular run for the asset on the external DQ tool based on historical trends.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AtlanStruct
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanStruct
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AtlanStruct
    • toString

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class AtlanObject
    • getTypeName

      public String getTypeName()
      Fixed typeName for AssetExternalDQTestMetric.
      Overrides:
      getTypeName in class AtlanStruct