Package com.atlan.model.structs
Class AssetExternalDQTestMetric
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.AssetExternalDQTestMetric
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class AssetExternalDQTestMetric
extends AtlanStruct
Detailed information about the External DQ Test metric.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAssetExternalDQTestMetric.AssetExternalDQTestMetricBuilder<C extends AssetExternalDQTestMetric,B extends AssetExternalDQTestMetric.AssetExternalDQTestMetricBuilder<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 booleanbooleanRepresents the lower threshold of acceptable metric values in the particular run for the asset on the external DQ tool based on historical trends.Metric value generated in the particular run for the asset on the external DQ tool.Represents the upper threshold of acceptable metric values in the particular run for the asset on the external DQ tool based on historical trends.Fixed typeName for AssetExternalDQTestMetric.inthashCode()static AssetExternalDQTestMetricof(String assetExternalDQTestMetricObservedValue, String assetExternalDQTestMetricUpperBound, String assetExternalDQTestMetricLowerBound) Quickly create a new AssetExternalDQTestMetric.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AssetExternalDQTestMetric
protected AssetExternalDQTestMetric(AssetExternalDQTestMetric.AssetExternalDQTestMetricBuilder<?, ?> b)
-
-
Method Details
-
of
public static AssetExternalDQTestMetric of(String assetExternalDQTestMetricObservedValue, String assetExternalDQTestMetricUpperBound, String assetExternalDQTestMetricLowerBound) Quickly create a new AssetExternalDQTestMetric.- Parameters:
assetExternalDQTestMetricObservedValue- Metric value generated in the particular run for the asset on the external DQ tool.assetExternalDQTestMetricUpperBound- Represents the upper threshold of acceptable metric values in the particular run for the asset on the external DQ tool based on historical trends.assetExternalDQTestMetricLowerBound- Represents the lower threshold of acceptable metric values in the particular run for the asset on the external DQ tool based on historical trends.- Returns:
- a AssetExternalDQTestMetric with the provided information
-
builder
-
toBuilder
-
getAssetExternalDQTestMetricObservedValue
Metric value generated in the particular run for the asset on the external DQ tool. -
getAssetExternalDQTestMetricUpperBound
Represents the upper threshold of acceptable metric values in the particular run for the asset on the external DQ tool based on historical trends. -
getAssetExternalDQTestMetricLowerBound
Represents the lower threshold of acceptable metric values in the particular run for the asset on the external DQ tool based on historical trends. -
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 AssetExternalDQTestMetric.- Overrides:
getTypeNamein classAtlanStruct
-