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
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.protected booleanDeprecated.booleanDeprecated.Deprecated.Required. The ID of the relation type for the relation trace entry.inthashCode()Deprecated.booleanDeprecated.The direction of the relation to take, true if the relation is followed in role direction.voidsetRelationTypeId(UUID relationTypeId) Deprecated.Required. The ID of the relation type for the relation trace entry.voidsetRoleDirection(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.
-