Class DataQualityMetricRequest
Object
DataQualityMetricRequest
- 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 single data quality metric that should be assigned to a data quality rule.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Deprecated.protected boolean
Deprecated.boolean
Deprecated.Deprecated.The ID of the attribute type that defines the value that is used as the data quality metric.Deprecated.The operation that should be performed when aggregating the quality results.int
hashCode()
Deprecated.void
setAttributeTypeId
(UUID attributeTypeId) Deprecated.The ID of the attribute type that defines the value that is used as the data quality metric.void
setCountOperation
(DataQualityCountOperation countOperation) Deprecated.The operation that should be performed when aggregating the quality results.toString()
Deprecated.
-
Constructor Details
-
DataQualityMetricRequest
public DataQualityMetricRequest()Deprecated.
-
-
Method Details
-
builder
Deprecated. -
getCountOperation
Deprecated.The operation that should be performed when aggregating the quality results. -
getAttributeTypeId
Deprecated.The ID of the attribute type that defines the value that is used as the data quality metric. -
setCountOperation
Deprecated.The operation that should be performed when aggregating the quality results. -
setAttributeTypeId
Deprecated.The ID of the attribute type that defines the value that is used as the data quality metric. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-