Class 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
    • Constructor Detail

      • RelationTraceEntryRequest

        public RelationTraceEntryRequest()
        Deprecated.
    • Method Detail

      • 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 class Object
      • canEqual

        protected boolean canEqual​(Object other)
        Deprecated.
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Deprecated.
        Overrides:
        toString in class Object