Package com.atlan.model.structs
Class AssetExternalDQTestRule
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.AssetExternalDQTestRule
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class AssetExternalDQTestRule
extends AtlanStruct
Detailed information about a rule evaluated in an External DQ Test run.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAssetExternalDQTestRule.AssetExternalDQTestRuleBuilder<C extends AssetExternalDQTestRule,B extends AssetExternalDQTestRule.AssetExternalDQTestRuleBuilder<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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanColumn targeted by this rule, if applicable.Quality dimension this rule belongs to (e.g.Time (epoch) at which the rule was evaluated in the DQ Test run on the external DQ tool, in milliseconds.Evaluation status of the rule in the DQ Test run on the external DQ tool.Impact level of the rule evaluation result in the DQ Test run on the external DQ tool.Name of the rule evaluated in the DQ Test run on the external DQ tool.Type or category of the rule (e.g.Fixed typeName for AssetExternalDQTestRule.inthashCode()static AssetExternalDQTestRuleof(String assetExternalDQTestRuleName, String assetExternalDQTestRuleEvaluationStatus, Long assetExternalDQTestRuleEvaluatedAt, String assetExternalDQTestRuleImpact, String assetExternalDQTestRuleType, String assetExternalDQTestRuleColumnName, String assetExternalDQTestRuleDimension) Quickly create a new AssetExternalDQTestRule.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AssetExternalDQTestRule
-
-
Method Details
-
of
public static AssetExternalDQTestRule of(String assetExternalDQTestRuleName, String assetExternalDQTestRuleEvaluationStatus, Long assetExternalDQTestRuleEvaluatedAt, String assetExternalDQTestRuleImpact, String assetExternalDQTestRuleType, String assetExternalDQTestRuleColumnName, String assetExternalDQTestRuleDimension) Quickly create a new AssetExternalDQTestRule.- Parameters:
assetExternalDQTestRuleName- Name of the rule evaluated in the DQ Test run on the external DQ tool.assetExternalDQTestRuleEvaluationStatus- Evaluation status of the rule in the DQ Test run on the external DQ tool.assetExternalDQTestRuleEvaluatedAt- Time (epoch) at which the rule was evaluated in the DQ Test run on the external DQ tool, in milliseconds.assetExternalDQTestRuleImpact- Impact level of the rule evaluation result in the DQ Test run on the external DQ tool.assetExternalDQTestRuleType- Type or category of the rule (e.g. Null Check, Range Check, Row Condition).assetExternalDQTestRuleColumnName- Column targeted by this rule, if applicable.assetExternalDQTestRuleDimension- Quality dimension this rule belongs to (e.g. COMPLETENESS, VALIDITY, UNIQUENESS).- Returns:
- a AssetExternalDQTestRule with the provided information
-
builder
-
toBuilder
-
getAssetExternalDQTestRuleName
Name of the rule evaluated in the DQ Test run on the external DQ tool. -
getAssetExternalDQTestRuleEvaluationStatus
Evaluation status of the rule in the DQ Test run on the external DQ tool. -
getAssetExternalDQTestRuleEvaluatedAt
Time (epoch) at which the rule was evaluated in the DQ Test run on the external DQ tool, in milliseconds. -
getAssetExternalDQTestRuleImpact
Impact level of the rule evaluation result in the DQ Test run on the external DQ tool. -
getAssetExternalDQTestRuleType
Type or category of the rule (e.g. Null Check, Range Check, Row Condition). -
getAssetExternalDQTestRuleColumnName
Column targeted by this rule, if applicable. -
getAssetExternalDQTestRuleDimension
Quality dimension this rule belongs to (e.g. COMPLETENESS, VALIDITY, UNIQUENESS). -
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 AssetExternalDQTestRule.- Overrides:
getTypeNamein classAtlanStruct
-