Package com.atlan.model.structs
Class DataQualityRuleConfigArguments
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.DataQualityRuleConfigArguments
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class DataQualityRuleConfigArguments
extends AtlanStruct
Detailed information about the configurations of rule.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDataQualityRuleConfigArguments.DataQualityRuleConfigArgumentsBuilder<C extends DataQualityRuleConfigArguments,B extends DataQualityRuleConfigArguments.DataQualityRuleConfigArgumentsBuilder<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
ConstructorsModifierConstructorDescriptionprotectedDataQualityRuleConfigArguments(DataQualityRuleConfigArguments.DataQualityRuleConfigArgumentsBuilder<?, ?> b) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRaw json string of the rule config that contains the rule definitions.Json string containing the rule conditions.Threshold object for the rule.Fixed typeName for DataQualityRuleConfigArguments.inthashCode()of(DataQualityRuleThresholdObject dqRuleThresholdObject, String dqRuleConfigArgumentsRaw, String dqRuleConfigRuleConditions) Quickly create a new DataQualityRuleConfigArguments.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
DataQualityRuleConfigArguments
protected DataQualityRuleConfigArguments(DataQualityRuleConfigArguments.DataQualityRuleConfigArgumentsBuilder<?, ?> b)
-
-
Method Details
-
of
public static DataQualityRuleConfigArguments of(DataQualityRuleThresholdObject dqRuleThresholdObject, String dqRuleConfigArgumentsRaw, String dqRuleConfigRuleConditions) Quickly create a new DataQualityRuleConfigArguments.- Parameters:
dqRuleThresholdObject- Threshold object for the rule.dqRuleConfigArgumentsRaw- Raw json string of the rule config that contains the rule definitions.dqRuleConfigRuleConditions- Json string containing the rule conditions.- Returns:
- a DataQualityRuleConfigArguments with the provided information
-
builder
-
toBuilder
-
getDqRuleThresholdObject
Threshold object for the rule. -
getDqRuleConfigArgumentsRaw
Raw json string of the rule config that contains the rule definitions. -
getDqRuleConfigRuleConditions
Json string containing the rule conditions. -
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 DataQualityRuleConfigArguments.- Overrides:
getTypeNamein classAtlanStruct
-