Package com.atlan.model.structs
Class AssetExternalDQTestRunHistory
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.AssetExternalDQTestRunHistory
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class AssetExternalDQTestRunHistory
extends AtlanStruct
Detailed information about the External DQ Test runs and their results.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAssetExternalDQTestRunHistory.AssetExternalDQTestRunHistoryBuilder<C extends AssetExternalDQTestRunHistory,B extends AssetExternalDQTestRunHistory.AssetExternalDQTestRunHistoryBuilder<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
ConstructorsModifierConstructorDescriptionprotectedAssetExternalDQTestRunHistory(AssetExternalDQTestRunHistory.AssetExternalDQTestRunHistoryBuilder<?, ?> b) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanCount of the rules failed in last DQ Test run for the asset on the external DQ tool.Metric details of each DQ Test run for the asset on the external DQ tool.Count of the rules passed in last DQ Test run for the asset on the external DQ tool.Detailed listing of all the rules evaluated in the DQ Test run for the asset on the external DQ tool.End timestamp of the last DQ Test run for the asset on the external DQ tool.Unique identifier of this DQ Test run on the external DQ tool.DQ score value of this specific test run on the external DQ tool.Start timestamp of the last DQ Test run for the asset on the external DQ tool.Overall status of the last DQ Test run for the asset on the external DQ tool.Detailed breakdown of the score by dimension for the DQ Test run for the asset on the external DQ tool.DQ score type of this specific test run on the external DQ tool (e.g.Total number of rules evaluated in this DQ Test run for the asset on the external DQ tool.Fixed typeName for AssetExternalDQTestRunHistory.inthashCode()of(String assetExternalDQTestRunId, Long assetExternalDQTestRunStartedAt, Long assetExternalDQTestRunEndedAt, String assetExternalDQTestRunStatus, String assetExternalDQTestRunScoreValue, String assetExternalDQTestScoreType, Long assetExternalDQTestTotalRulesCount, Long assetExternalDQTestPassedRulesCount, Long assetExternalDQTestFailedRulesCount, AssetExternalDQTestMetric assetExternalDQTestMetricInfo, List<AssetExternalDQTestScoreDimension> assetExternalDQTestScoreDimensions, List<AssetExternalDQTestRule> assetExternalDQTestRules) Quickly create a new AssetExternalDQTestRunHistory.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AssetExternalDQTestRunHistory
protected AssetExternalDQTestRunHistory(AssetExternalDQTestRunHistory.AssetExternalDQTestRunHistoryBuilder<?, ?> b)
-
-
Method Details
-
of
public static AssetExternalDQTestRunHistory of(String assetExternalDQTestRunId, Long assetExternalDQTestRunStartedAt, Long assetExternalDQTestRunEndedAt, String assetExternalDQTestRunStatus, String assetExternalDQTestRunScoreValue, String assetExternalDQTestScoreType, Long assetExternalDQTestTotalRulesCount, Long assetExternalDQTestPassedRulesCount, Long assetExternalDQTestFailedRulesCount, AssetExternalDQTestMetric assetExternalDQTestMetricInfo, List<AssetExternalDQTestScoreDimension> assetExternalDQTestScoreDimensions, List<AssetExternalDQTestRule> assetExternalDQTestRules) Quickly create a new AssetExternalDQTestRunHistory.- Parameters:
assetExternalDQTestRunId- Unique identifier of this DQ Test run on the external DQ tool.assetExternalDQTestRunStartedAt- Start timestamp of the last DQ Test run for the asset on the external DQ tool.assetExternalDQTestRunEndedAt- End timestamp of the last DQ Test run for the asset on the external DQ tool.assetExternalDQTestRunStatus- Overall status of the last DQ Test run for the asset on the external DQ tool.assetExternalDQTestRunScoreValue- DQ score value of this specific test run on the external DQ tool.assetExternalDQTestScoreType- DQ score type of this specific test run on the external DQ tool (e.g. numeric).assetExternalDQTestTotalRulesCount- Total number of rules evaluated in this DQ Test run for the asset on the external DQ tool.assetExternalDQTestPassedRulesCount- Count of the rules passed in last DQ Test run for the asset on the external DQ tool.assetExternalDQTestFailedRulesCount- Count of the rules failed in last DQ Test run for the asset on the external DQ tool.assetExternalDQTestMetricInfo- Metric details of each DQ Test run for the asset on the external DQ tool.assetExternalDQTestScoreDimensions- Detailed breakdown of the score by dimension for the DQ Test run for the asset on the external DQ tool.assetExternalDQTestRules- Detailed listing of all the rules evaluated in the DQ Test run for the asset on the external DQ tool.- Returns:
- a AssetExternalDQTestRunHistory with the provided information
-
builder
-
toBuilder
-
getAssetExternalDQTestRunId
Unique identifier of this DQ Test run on the external DQ tool. -
getAssetExternalDQTestRunStartedAt
Start timestamp of the last DQ Test run for the asset on the external DQ tool. -
getAssetExternalDQTestRunEndedAt
End timestamp of the last DQ Test run for the asset on the external DQ tool. -
getAssetExternalDQTestRunStatus
Overall status of the last DQ Test run for the asset on the external DQ tool. -
getAssetExternalDQTestRunScoreValue
DQ score value of this specific test run on the external DQ tool. -
getAssetExternalDQTestScoreType
DQ score type of this specific test run on the external DQ tool (e.g. numeric). -
getAssetExternalDQTestTotalRulesCount
Total number of rules evaluated in this DQ Test run for the asset on the external DQ tool. -
getAssetExternalDQTestPassedRulesCount
Count of the rules passed in last DQ Test run for the asset on the external DQ tool. -
getAssetExternalDQTestFailedRulesCount
Count of the rules failed in last DQ Test run for the asset on the external DQ tool. -
getAssetExternalDQTestMetricInfo
Metric details of each DQ Test run for the asset on the external DQ tool. -
getAssetExternalDQTestScoreDimensions
Detailed breakdown of the score by dimension for the DQ Test run for the asset on the external DQ tool. -
getAssetExternalDQTestRules
Detailed listing of all the rules evaluated in the DQ Test run for the asset 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 AssetExternalDQTestRunHistory.- Overrides:
getTypeNamein classAtlanStruct
-