Class RelationTraceEntryRequest
- Object
-
- RelationTraceEntryRequest
-
- All Implemented Interfaces:
Serializable
@Deprecated public class RelationTraceEntryRequest 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 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RelationTraceEntryRequest.Builder
Deprecated.
-
Constructor Summary
Constructors Constructor Description RelationTraceEntryRequest()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RelationTraceEntryRequest.Builder
builder()
Deprecated.protected boolean
canEqual(Object other)
Deprecated.boolean
equals(Object o)
Deprecated.@NotNull UUID
getRelationTypeId()
Deprecated.The ID of the relation type for the relation trace entry.int
hashCode()
Deprecated.boolean
isRoleDirection()
Deprecated.The direction of the relation to take, true if the relation is followed in role direction.void
setRelationTypeId(@NotNull UUID relationTypeId)
Deprecated.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.String
toString()
Deprecated.
-
-
-
Method Detail
-
builder
public static RelationTraceEntryRequest.Builder builder()
Deprecated.
-
isRoleDirection
public boolean isRoleDirection()
Deprecated.The direction of the relation to take, true if the relation is followed in role direction.
-
getRelationTypeId
@NotNull public @NotNull UUID getRelationTypeId()
Deprecated.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
public void setRelationTypeId(@NotNull @NotNull UUID relationTypeId)
Deprecated.The ID of the relation type for the relation trace entry.
-
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
-
-