Class AssetExternalDQScoreBreakdownByDimension

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

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

  • Constructor Details

  • Method Details

    • of

      public static AssetExternalDQScoreBreakdownByDimension of(String assetExternalDQScoreDimensionName, String assetExternalDQScoreDimensionDescription, String assetExternalDQScoreDimensionScoreValue, String assetExternalDQScoreDimensionScoreType)
      Quickly create a new AssetExternalDQScoreBreakdownByDimension.
      Parameters:
      assetExternalDQScoreDimensionName - Name of the dimension associated with the DQ Test definition on the external DQ tool.
      assetExternalDQScoreDimensionDescription - Description of the dimension associated with the DQ Test definition on the external DQ tool.
      assetExternalDQScoreDimensionScoreValue - DQ score value for the given dimension associated with the DQ Test definition on the external DQ tool.
      assetExternalDQScoreDimensionScoreType - DQ score type for the given dimension associated with the DQ Test definition on the external DQ tool.
      Returns:
      a AssetExternalDQScoreBreakdownByDimension with the provided information
    • builder

    • toBuilder

    • getAssetExternalDQScoreDimensionName

      public String getAssetExternalDQScoreDimensionName()
      Name of the dimension associated with the DQ Test definition on the external DQ tool.
    • getAssetExternalDQScoreDimensionDescription

      public String getAssetExternalDQScoreDimensionDescription()
      Description of the dimension associated with the DQ Test definition on the external DQ tool.
    • getAssetExternalDQScoreDimensionScoreValue

      public String getAssetExternalDQScoreDimensionScoreValue()
      DQ score value for the given dimension associated with the DQ Test definition on the external DQ tool.
    • getAssetExternalDQScoreDimensionScoreType

      public String getAssetExternalDQScoreDimensionScoreType()
      DQ score type for the given dimension associated with the DQ Test definition 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 AssetExternalDQScoreBreakdownByDimension.
      Overrides:
      getTypeName in class AtlanStruct