Class AssetExternalDQTestScoreDimension

java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.AssetExternalDQTestScoreDimension
All Implemented Interfaces:
Serializable

@Generated("com.atlan.generators.ModelGeneratorV2") public class AssetExternalDQTestScoreDimension extends AtlanStruct
Breakdown of the DQ Score by dimensions for External DQ Test runs.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • of

      public static AssetExternalDQTestScoreDimension of(String assetExternalDQTestScoreDimensionName, String assetExternalDQTestScoreDimensionDescription, String assetExternalDQTestScoreDimensionScoreValue, String assetExternalDQTestScoreDimensionScoreType)
      Quickly create a new AssetExternalDQTestScoreDimension.
      Parameters:
      assetExternalDQTestScoreDimensionName - Name of the dimension associated with the DQ Test run on the external DQ tool.
      assetExternalDQTestScoreDimensionDescription - Description of the dimension associated with the DQ Test run on the external DQ tool.
      assetExternalDQTestScoreDimensionScoreValue - DQ score value for the given dimension associated with the DQ Test run on the external DQ tool.
      assetExternalDQTestScoreDimensionScoreType - DQ score type for the given dimension associated with the DQ Test run on the external DQ tool.
      Returns:
      a AssetExternalDQTestScoreDimension with the provided information
    • builder

    • toBuilder

    • getAssetExternalDQTestScoreDimensionName

      public String getAssetExternalDQTestScoreDimensionName()
      Name of the dimension associated with the DQ Test run on the external DQ tool.
    • getAssetExternalDQTestScoreDimensionDescription

      public String getAssetExternalDQTestScoreDimensionDescription()
      Description of the dimension associated with the DQ Test run on the external DQ tool.
    • getAssetExternalDQTestScoreDimensionScoreValue

      public String getAssetExternalDQTestScoreDimensionScoreValue()
      DQ score value for the given dimension associated with the DQ Test run on the external DQ tool.
    • getAssetExternalDQTestScoreDimensionScoreType

      public String getAssetExternalDQTestScoreDimensionScoreType()
      DQ score type for the given dimension associated with the DQ Test run on the external DQ tool.
    • 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 AssetExternalDQTestScoreDimension.
      Overrides:
      getTypeName in class AtlanStruct