Class ChangeDataQualityRuleRequest
Object
ChangeDataQualityRuleRequest
- 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 changed.
The field left null will not be updated. For the collections all the current values will be removed and replaced by the new ones.
Note: mandatory dataQualityMetrics are always there, they are added automatically and it's impossible to remove them.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated.protected boolean
Deprecated.boolean
Deprecated.Deprecated.The ID of the categorization relation type.Deprecated.The list of data quality metrics.Deprecated.The new description for the data quality rule.getId()
Deprecated.Required. The ID of the data quality rule to be changed.getName()
Deprecated.The new name for the data quality rule.Deprecated.The list of relation trace 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 list of data quality metrics.void
setDescription
(String description) Deprecated.The new description for the data quality rule.void
Deprecated.Required. The ID of the data quality rule to be changed.void
Deprecated.The new name for the data quality rule.void
setRelationTraceEntries
(List<RelationTraceEntryRequest> relationTraceEntries) Deprecated.The list of relation trace entries that describes relations along which the data quality result is calculated.toString()
Deprecated.
-
Constructor Details
-
ChangeDataQualityRuleRequest
public ChangeDataQualityRuleRequest()Deprecated.
-
-
Method Details
-
builder
Deprecated. -
getId
Deprecated.Required. The ID of the data quality rule to be changed. Silently ignored if the ID is provided as path parameter of the request. -
getName
Deprecated.The new name for the data quality rule. -
getDescription
Deprecated.The new description for the data quality rule. -
getCategorizationRelationTypeId
Deprecated.The ID of the categorization relation type. -
getDataQualityMetrics
Deprecated.The list of data quality metrics. -
getRelationTraceEntries
Deprecated.The list of relation trace entries that describes relations along which the data quality result is calculated. -
setId
Deprecated.Required. The ID of the data quality rule to be changed. Silently ignored if the ID is provided as path parameter of the request. -
setName
Deprecated.The new name for the data quality rule. -
setDescription
Deprecated.The new description for the data quality rule. -
setCategorizationRelationTypeId
Deprecated.The ID of the categorization relation type. -
setDataQualityMetrics
Deprecated.The list of data quality metrics. -
setRelationTraceEntries
Deprecated.The list of relation trace entries that describes relations along which the data quality result is calculated. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-