Package com.atlan.model.structs
Class AssetExternalDQTestStats
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.AssetExternalDQTestStats
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class AssetExternalDQTestStats
extends AtlanStruct
Detailed statistics for the external data quality (DQ) tests associated with a given asset.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAssetExternalDQTestStats.AssetExternalDQTestStatsBuilder<C extends AssetExternalDQTestStats,B extends AssetExternalDQTestStats.AssetExternalDQTestStatsBuilder<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 booleanbooleanThe timestamp when the external DQ tests were last assessed for this asset.A map of data quality statistics grouped by category for the external DQ tests.Fixed typeName for AssetExternalDQTestStats.inthashCode()static AssetExternalDQTestStatsof(Long assetExternalDQTestLastAssessedAt, Map<String, AssetExternalDQTestStatsByCategory> assetExternalDQTestStatsByCategory) Quickly create a new AssetExternalDQTestStats.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AssetExternalDQTestStats
-
-
Method Details
-
of
public static AssetExternalDQTestStats of(Long assetExternalDQTestLastAssessedAt, Map<String, AssetExternalDQTestStatsByCategory> assetExternalDQTestStatsByCategory) Quickly create a new AssetExternalDQTestStats.- Parameters:
assetExternalDQTestLastAssessedAt- The timestamp when the external DQ tests were last assessed for this asset.assetExternalDQTestStatsByCategory- A map of data quality statistics grouped by category for the external DQ tests.- Returns:
- a AssetExternalDQTestStats with the provided information
-
builder
-
toBuilder
-
getAssetExternalDQTestLastAssessedAt
The timestamp when the external DQ tests were last assessed for this asset. -
getAssetExternalDQTestStatsByCategory
A map of data quality statistics grouped by category for the external DQ tests. -
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 AssetExternalDQTestStats.- Overrides:
getTypeNamein classAtlanStruct
-