Package com.atlan.model.structs
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAssetExternalDQScoreBreakdownByDimension.AssetExternalDQScoreBreakdownByDimensionBuilder<C extends AssetExternalDQScoreBreakdownByDimension,B extends AssetExternalDQScoreBreakdownByDimension.AssetExternalDQScoreBreakdownByDimensionBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.structs.AtlanStruct
AtlanStruct.AtlanStructBuilder<C extends AtlanStruct,B extends AtlanStruct.AtlanStructBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
FieldsFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAssetExternalDQScoreBreakdownByDimension(AssetExternalDQScoreBreakdownByDimension.AssetExternalDQScoreBreakdownByDimensionBuilder<?, ?> b) -
Method Summary
Modifier and TypeMethodDescriptionstatic AssetExternalDQScoreBreakdownByDimension.AssetExternalDQScoreBreakdownByDimensionBuilder<?, ?> builder()protected booleanbooleanDescription of the dimension associated with the DQ Test definition on the external DQ tool.Name of the dimension associated with the DQ Test definition on the external DQ tool.DQ score type for the given dimension associated with the DQ Test definition on the external DQ tool.DQ score value for the given dimension associated with the DQ Test definition on the external DQ tool.Fixed typeName for AssetExternalDQScoreBreakdownByDimension.inthashCode()of(String assetExternalDQScoreDimensionName, String assetExternalDQScoreDimensionDescription, String assetExternalDQScoreDimensionScoreValue, String assetExternalDQScoreDimensionScoreType) Quickly create a new AssetExternalDQScoreBreakdownByDimension.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AssetExternalDQScoreBreakdownByDimension
protected AssetExternalDQScoreBreakdownByDimension(AssetExternalDQScoreBreakdownByDimension.AssetExternalDQScoreBreakdownByDimensionBuilder<?, ?> b)
-
-
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
public static AssetExternalDQScoreBreakdownByDimension.AssetExternalDQScoreBreakdownByDimensionBuilder<?,?> builder() -
toBuilder
public AssetExternalDQScoreBreakdownByDimension.AssetExternalDQScoreBreakdownByDimensionBuilder<?,?> toBuilder() -
getAssetExternalDQScoreDimensionName
Name of the dimension associated with the DQ Test definition on the external DQ tool. -
getAssetExternalDQScoreDimensionDescription
Description of the dimension associated with the DQ Test definition on the external DQ tool. -
getAssetExternalDQScoreDimensionScoreValue
DQ score value for the given dimension associated with the DQ Test definition on the external DQ tool. -
getAssetExternalDQScoreDimensionScoreType
DQ score type for the given dimension associated with the DQ Test definition on the external DQ tool. -
equals
- Overrides:
equalsin classAtlanStruct
-
canEqual
- Overrides:
canEqualin classAtlanStruct
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanStruct
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-
getTypeName
Fixed typeName for AssetExternalDQScoreBreakdownByDimension.- Overrides:
getTypeNamein classAtlanStruct
-