Class RelationTraceEntryRequest
Object
RelationTraceEntryRequest
- 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 relation trace entry that should be assigned to a data quality rule.
Data quality result is aggregated from the assets along a number of predefined relations - their type and direction
should be given here.
- 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.Required. The ID of the relation type for the relation trace entry.int
hashCode()
Deprecated.boolean
Deprecated.The direction of the relation to take, true if the relation is followed in role direction.void
setRelationTypeId
(UUID relationTypeId) Deprecated.Required. The ID of the relation type for the relation trace entry.void
setRoleDirection
(boolean roleDirection) Deprecated.The direction of the relation to take, true if the relation is followed in role direction.toString()
Deprecated.
-
Constructor Details
-
RelationTraceEntryRequest
public RelationTraceEntryRequest()Deprecated.
-
-
Method Details
-
builder
Deprecated. -
isRoleDirection
public boolean isRoleDirection()Deprecated.The direction of the relation to take, true if the relation is followed in role direction. -
getRelationTypeId
Deprecated.Required. The ID of the relation type for the relation trace entry. -
setRoleDirection
public void setRoleDirection(boolean roleDirection) Deprecated.The direction of the relation to take, true if the relation is followed in role direction. -
setRelationTypeId
Deprecated.Required. The ID of the relation type for the relation trace entry. -
equals
Deprecated. -
canEqual
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-