Class DataQualityMetricRequest
- Object
-
- DataQualityMetricRequest
-
- All Implemented Interfaces:
Serializable
@Deprecated public class DataQualityMetricRequest extends Object implements 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DataQualityMetricRequest.Builder
Deprecated.
-
Constructor Summary
Constructors Constructor Description DataQualityMetricRequest()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DataQualityMetricRequest.Builder
builder()
Deprecated.protected boolean
canEqual(Object other)
Deprecated.boolean
equals(Object o)
Deprecated.UUID
getAttributeTypeId()
Deprecated.The ID of the attribute type that defines the value that is used as the data quality metric.DataQualityCountOperation
getCountOperation()
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.String
toString()
Deprecated.
-
-
-
Method Detail
-
builder
public static DataQualityMetricRequest.Builder builder()
Deprecated.
-
getCountOperation
public DataQualityCountOperation getCountOperation()
Deprecated.The operation that should be performed when aggregating the quality results.
-
getAttributeTypeId
public UUID getAttributeTypeId()
Deprecated.The ID of the attribute type that defines the value that is used as the data quality metric.
-
setCountOperation
public void setCountOperation(DataQualityCountOperation countOperation)
Deprecated.The operation that should be performed when aggregating the quality results.
-
setAttributeTypeId
public void setAttributeTypeId(UUID attributeTypeId)
Deprecated.The ID of the attribute type that defines the value that is used as the data quality metric.
-
equals
public boolean equals(Object o)
Deprecated.- Overrides:
equals
in classObject
-
canEqual
protected boolean canEqual(Object other)
Deprecated.
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classObject
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classObject
-
-