Package com.atlan.model.structs
Class AssetExternalDQTestDetails
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.AssetExternalDQTestDetails
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class AssetExternalDQTestDetails
extends AtlanStruct
Detailed information about the External DQ Tests associated with a given asset.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAssetExternalDQTestDetails.AssetExternalDQTestDetailsBuilder<C extends AssetExternalDQTestDetails,B extends AssetExternalDQTestDetails.AssetExternalDQTestDetailsBuilder<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 booleanbooleanDescription of the DQ Test entity in the external DQ tool.Identifier of the DQ Test entity in the external DQ tool.Status of the last run of the DQ Test entity in the external DQ tool.Name of the DQ Test entity in the external DQ tool.Detailed listing of all the runs of the DQ Test entity in the external DQ tool.Schedule descriptor of the DQ Test entity in the external DQ tool.Fixed typeName for AssetExternalDQTestDetails.inthashCode()static AssetExternalDQTestDetailsof(String assetExternalDQTestName, String assetExternalDQTestId, String assetExternalDQTestDescription, String assetExternalDQTestScheduleType, String assetExternalDQTestLastRunStatus, List<AssetExternalDQTestRunHistory> assetExternalDQTestRuns) Quickly create a new AssetExternalDQTestDetails.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AssetExternalDQTestDetails
protected AssetExternalDQTestDetails(AssetExternalDQTestDetails.AssetExternalDQTestDetailsBuilder<?, ?> b)
-
-
Method Details
-
of
public static AssetExternalDQTestDetails of(String assetExternalDQTestName, String assetExternalDQTestId, String assetExternalDQTestDescription, String assetExternalDQTestScheduleType, String assetExternalDQTestLastRunStatus, List<AssetExternalDQTestRunHistory> assetExternalDQTestRuns) Quickly create a new AssetExternalDQTestDetails.- Parameters:
assetExternalDQTestName- Name of the DQ Test entity in the external DQ tool.assetExternalDQTestId- Identifier of the DQ Test entity in the external DQ tool.assetExternalDQTestDescription- Description of the DQ Test entity in the external DQ tool.assetExternalDQTestScheduleType- Schedule descriptor of the DQ Test entity in the external DQ tool.assetExternalDQTestLastRunStatus- Status of the last run of the DQ Test entity in the external DQ tool.assetExternalDQTestRuns- Detailed listing of all the runs of the DQ Test entity in the external DQ tool.- Returns:
- a AssetExternalDQTestDetails with the provided information
-
builder
-
toBuilder
-
getAssetExternalDQTestName
Name of the DQ Test entity in the external DQ tool. -
getAssetExternalDQTestId
Identifier of the DQ Test entity in the external DQ tool. -
getAssetExternalDQTestDescription
Description of the DQ Test entity in the external DQ tool. -
getAssetExternalDQTestScheduleType
Schedule descriptor of the DQ Test entity in the external DQ tool. -
getAssetExternalDQTestLastRunStatus
Status of the last run of the DQ Test entity in the external DQ tool. -
getAssetExternalDQTestRuns
Detailed listing of all the runs of the DQ Test entity in 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 AssetExternalDQTestDetails.- Overrides:
getTypeNamein classAtlanStruct
-