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 booleanbooleanEnd timestamp of the last DQ Test run for the asset 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.Fixed typeName for AssetExternalDQTestRunHistory.inthashCode()of(Long assetExternalDQTestRunStartedAt, Long assetExternalDQTestRunEndedAt, String assetExternalDQTestRunStatus) 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(Long assetExternalDQTestRunStartedAt, Long assetExternalDQTestRunEndedAt, String assetExternalDQTestRunStatus) Quickly create a new AssetExternalDQTestRunHistory.- Parameters:
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.- Returns:
- a AssetExternalDQTestRunHistory with the provided information
-
builder
-
toBuilder
-
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. -
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
-