Class AddDataQualityRuleRequest
Object
AddDataQualityRuleRequest
- All Implemented Interfaces:
Serializable
Deprecated.
This class will be removed in the future. This feature is being dropped, so no replacement will be available.
The properties of the data quality rule to be added.
Note: mandatory dataQualityMetrics are created automatically, so you should not add them with this request.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated.protected boolean
Deprecated.boolean
Deprecated.Deprecated.The ID of the categorization relation type.Deprecated.The Data Quality Metrics that should be assigned to the rule that is going to be created.Deprecated.The description of the new data quality rule.getId()
Deprecated.The ID of the new Data Quality Rule.getName()
Deprecated.The name of the new data quality rule.Deprecated.The list of entries that describes relations along which the data quality result is calculated.int
hashCode()
Deprecated.void
setCategorizationRelationTypeId
(UUID categorizationRelationTypeId) Deprecated.The ID of the categorization relation type.void
setDataQualityMetrics
(List<DataQualityMetricRequest> dataQualityMetrics) Deprecated.The Data Quality Metrics that should be assigned to the rule that is going to be created.void
setDescription
(String description) Deprecated.The description of the new data quality rule.void
Deprecated.The ID of the new Data Quality Rule.void
Deprecated.The name of the new data quality rule.void
setRelationTraceEntries
(List<RelationTraceEntryRequest> relationTraceEntries) Deprecated.The list of entries that describes relations along which the data quality result is calculated.toString()
Deprecated.
-
Constructor Details
-
AddDataQualityRuleRequest
public AddDataQualityRuleRequest()Deprecated.
-
-
Method Details
-
builder
Deprecated. -
getId
Deprecated.The ID of the new Data Quality Rule. Should be unique within all data quality rules. It should have a format of universally unique identifier (UUID) and should not start with00000000-0000-0000-
which is a reserved prefix. -
getName
Deprecated.The name of the new data quality rule. Should be unique within all data quality rules. -
getDescription
Deprecated.The description of the new data quality rule. -
getCategorizationRelationTypeId
Deprecated.The ID of the categorization relation type. -
getDataQualityMetrics
Deprecated.The Data Quality Metrics that should be assigned to the rule that is going to be created. -
getRelationTraceEntries
Deprecated.The list of entries that describes relations along which the data quality result is calculated. -
setId
Deprecated.The ID of the new Data Quality Rule. Should be unique within all data quality rules. It should have a format of universally unique identifier (UUID) and should not start with00000000-0000-0000-
which is a reserved prefix. -
setName
Deprecated.The name of the new data quality rule. Should be unique within all data quality rules. -
setDescription
Deprecated.The description of the new data quality rule. -
setCategorizationRelationTypeId
Deprecated.The ID of the categorization relation type. -
setDataQualityMetrics
Deprecated.The Data Quality Metrics that should be assigned to the rule that is going to be created. -
setRelationTraceEntries
Deprecated.The list of entries that describes relations along which the data quality result is calculated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-