Package com.atlan.model.structs
Class DataQualityRuleThresholdObject
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.DataQualityRuleThresholdObject
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class DataQualityRuleThresholdObject
extends AtlanStruct
Detailed information about the threshold object of rule.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
DataQualityRuleThresholdObject.DataQualityRuleThresholdObjectBuilder<C extends DataQualityRuleThresholdObject,
B extends DataQualityRuleThresholdObject.DataQualityRuleThresholdObjectBuilder<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
DataQualityRuleThresholdObject
(DataQualityRuleThresholdObject.DataQualityRuleThresholdObjectBuilder<?, ?> b) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Compare operator to compare with the metric value of the rule.Unit of the threshold value.Threshold value to compare with the metric value of the rule.Fixed typeName for DataQualityRuleThresholdObject.int
hashCode()
of
(String dqRuleThresholdCompareOperator, Double dqRuleThresholdValue, DataQualityRuleThresholdUnit dqRuleThresholdUnit) Quickly create a new DataQualityRuleThresholdObject.toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
DataQualityRuleThresholdObject
protected DataQualityRuleThresholdObject(DataQualityRuleThresholdObject.DataQualityRuleThresholdObjectBuilder<?, ?> b)
-
-
Method Details
-
of
public static DataQualityRuleThresholdObject of(String dqRuleThresholdCompareOperator, Double dqRuleThresholdValue, DataQualityRuleThresholdUnit dqRuleThresholdUnit) Quickly create a new DataQualityRuleThresholdObject.- Parameters:
dqRuleThresholdCompareOperator
- Compare operator to compare with the metric value of the rule.dqRuleThresholdValue
- Threshold value to compare with the metric value of the rule.dqRuleThresholdUnit
- Unit of the threshold value.- Returns:
- a DataQualityRuleThresholdObject with the provided information
-
builder
-
toBuilder
-
getDqRuleThresholdCompareOperator
Compare operator to compare with the metric value of the rule. -
getDqRuleThresholdValue
Threshold value to compare with the metric value of the rule. -
getDqRuleThresholdUnit
Unit of the threshold value. -
equals
- Overrides:
equals
in classAtlanStruct
-
canEqual
- Overrides:
canEqual
in classAtlanStruct
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanStruct
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-
getTypeName
Fixed typeName for DataQualityRuleThresholdObject.- Overrides:
getTypeName
in classAtlanStruct
-