Package com.atlan.model.structs
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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAssetExternalDQTestScoreDimension.AssetExternalDQTestScoreDimensionBuilder<C extends AssetExternalDQTestScoreDimension,B extends AssetExternalDQTestScoreDimension.AssetExternalDQTestScoreDimensionBuilder<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
ConstructorsModifierConstructorDescriptionprotectedAssetExternalDQTestScoreDimension(AssetExternalDQTestScoreDimension.AssetExternalDQTestScoreDimensionBuilder<?, ?> b) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanDescription of the dimension associated with the DQ Test run on the external DQ tool.Name of the dimension associated with the DQ Test run on the external DQ tool.DQ score type for the given dimension associated with the DQ Test run on the external DQ tool.DQ score value for the given dimension associated with the DQ Test run on the external DQ tool.Fixed typeName for AssetExternalDQTestScoreDimension.inthashCode()of(String assetExternalDQTestScoreDimensionName, String assetExternalDQTestScoreDimensionDescription, String assetExternalDQTestScoreDimensionScoreValue, String assetExternalDQTestScoreDimensionScoreType) Quickly create a new AssetExternalDQTestScoreDimension.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AssetExternalDQTestScoreDimension
protected AssetExternalDQTestScoreDimension(AssetExternalDQTestScoreDimension.AssetExternalDQTestScoreDimensionBuilder<?, ?> b)
-
-
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
public static AssetExternalDQTestScoreDimension.AssetExternalDQTestScoreDimensionBuilder<?,?> builder() -
toBuilder
-
getAssetExternalDQTestScoreDimensionName
Name of the dimension associated with the DQ Test run on the external DQ tool. -
getAssetExternalDQTestScoreDimensionDescription
Description of the dimension associated with the DQ Test run on the external DQ tool. -
getAssetExternalDQTestScoreDimensionScoreValue
DQ score value for the given dimension associated with the DQ Test run on the external DQ tool. -
getAssetExternalDQTestScoreDimensionScoreType
DQ score type for the given dimension associated with the DQ Test run 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 AssetExternalDQTestScoreDimension.- Overrides:
getTypeNamein classAtlanStruct
-