Package com.atlan.model.structs
Class AssetExternalDQTestRunHistory.AssetExternalDQTestRunHistoryBuilder<C extends AssetExternalDQTestRunHistory,B extends AssetExternalDQTestRunHistory.AssetExternalDQTestRunHistoryBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.structs.AtlanStruct.AtlanStructBuilder<C,B>
com.atlan.model.structs.AssetExternalDQTestRunHistory.AssetExternalDQTestRunHistoryBuilder<C,B>
- Enclosing class:
AssetExternalDQTestRunHistory
public abstract static class AssetExternalDQTestRunHistory.AssetExternalDQTestRunHistoryBuilder<C extends AssetExternalDQTestRunHistory,B extends AssetExternalDQTestRunHistory.AssetExternalDQTestRunHistoryBuilder<C,B>>
extends AtlanStruct.AtlanStructBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B$fillValuesFrom(C instance) assetExternalDQTestFailedRulesCount(Long assetExternalDQTestFailedRulesCount) Count of the rules failed in last DQ Test run for the asset on the external DQ tool.assetExternalDQTestMetricInfo(AssetExternalDQTestMetric assetExternalDQTestMetricInfo) Metric details of each DQ Test run for the asset on the external DQ tool.assetExternalDQTestPassedRulesCount(Long assetExternalDQTestPassedRulesCount) Count of the rules passed in last DQ Test run for the asset on the external DQ tool.assetExternalDQTestRule(AssetExternalDQTestRule assetExternalDQTestRule) assetExternalDQTestRules(Collection<? extends AssetExternalDQTestRule> assetExternalDQTestRules) assetExternalDQTestRunEndedAt(Long assetExternalDQTestRunEndedAt) End timestamp of the last DQ Test run for the asset on the external DQ tool.assetExternalDQTestRunId(String assetExternalDQTestRunId) Unique identifier of this DQ Test run on the external DQ tool.assetExternalDQTestRunScoreValue(String assetExternalDQTestRunScoreValue) DQ score value of this specific test run on the external DQ tool.assetExternalDQTestRunStartedAt(Long assetExternalDQTestRunStartedAt) Start timestamp of the last DQ Test run for the asset on the external DQ tool.assetExternalDQTestRunStatus(String assetExternalDQTestRunStatus) Overall status of the last DQ Test run for the asset on the external DQ tool.assetExternalDQTestScoreDimension(AssetExternalDQTestScoreDimension assetExternalDQTestScoreDimension) assetExternalDQTestScoreDimensions(Collection<? extends AssetExternalDQTestScoreDimension> assetExternalDQTestScoreDimensions) assetExternalDQTestScoreType(String assetExternalDQTestScoreType) DQ score type of this specific test run on the external DQ tool (e.g.assetExternalDQTestTotalRulesCount(Long assetExternalDQTestTotalRulesCount) Total number of rules evaluated in this DQ Test run for the asset on the external DQ tool.abstract Cbuild()protected abstract Bself()toString()Fixed typeName for AssetExternalDQTestRunHistory.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
AssetExternalDQTestRunHistoryBuilder
public AssetExternalDQTestRunHistoryBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFromin classAtlanStruct.AtlanStructBuilder<C extends AssetExternalDQTestRunHistory,B extends AssetExternalDQTestRunHistory.AssetExternalDQTestRunHistoryBuilder<C, B>>
-
typeName
Fixed typeName for AssetExternalDQTestRunHistory.- Overrides:
typeNamein classAtlanStruct.AtlanStructBuilder<C extends AssetExternalDQTestRunHistory,B extends AssetExternalDQTestRunHistory.AssetExternalDQTestRunHistoryBuilder<C, B>> - Returns:
this.
-
assetExternalDQTestRunId
Unique identifier of this DQ Test run on the external DQ tool.- Returns:
this.
-
assetExternalDQTestRunStartedAt
Start timestamp of the last DQ Test run for the asset on the external DQ tool.- Returns:
this.
-
assetExternalDQTestRunEndedAt
End timestamp of the last DQ Test run for the asset on the external DQ tool.- Returns:
this.
-
assetExternalDQTestRunStatus
Overall status of the last DQ Test run for the asset on the external DQ tool.- Returns:
this.
-
assetExternalDQTestRunScoreValue
DQ score value of this specific test run on the external DQ tool.- Returns:
this.
-
assetExternalDQTestScoreType
DQ score type of this specific test run on the external DQ tool (e.g. numeric).- Returns:
this.
-
assetExternalDQTestTotalRulesCount
Total number of rules evaluated in this DQ Test run for the asset on the external DQ tool.- Returns:
this.
-
assetExternalDQTestPassedRulesCount
Count of the rules passed in last DQ Test run for the asset on the external DQ tool.- Returns:
this.
-
assetExternalDQTestFailedRulesCount
Count of the rules failed in last DQ Test run for the asset on the external DQ tool.- Returns:
this.
-
assetExternalDQTestMetricInfo
Metric details of each DQ Test run for the asset on the external DQ tool.- Returns:
this.
-
assetExternalDQTestScoreDimension
public B assetExternalDQTestScoreDimension(AssetExternalDQTestScoreDimension assetExternalDQTestScoreDimension) -
assetExternalDQTestScoreDimensions
public B assetExternalDQTestScoreDimensions(Collection<? extends AssetExternalDQTestScoreDimension> assetExternalDQTestScoreDimensions) -
clearAssetExternalDQTestScoreDimensions
-
assetExternalDQTestRule
-
assetExternalDQTestRules
public B assetExternalDQTestRules(Collection<? extends AssetExternalDQTestRule> assetExternalDQTestRules) -
clearAssetExternalDQTestRules
-
self
- Specified by:
selfin classAtlanStruct.AtlanStructBuilder<C extends AssetExternalDQTestRunHistory,B extends AssetExternalDQTestRunHistory.AssetExternalDQTestRunHistoryBuilder<C, B>>
-
build
- Specified by:
buildin classAtlanStruct.AtlanStructBuilder<C extends AssetExternalDQTestRunHistory,B extends AssetExternalDQTestRunHistory.AssetExternalDQTestRunHistoryBuilder<C, B>>
-
toString
- Overrides:
toStringin classAtlanStruct.AtlanStructBuilder<C extends AssetExternalDQTestRunHistory,B extends AssetExternalDQTestRunHistory.AssetExternalDQTestRunHistoryBuilder<C, B>>
-