Class RelationTypeIdWithDirection

Object
RelationTypeIdWithDirection
All Implemented Interfaces:
Serializable

public class RelationTypeIdWithDirection extends Object implements Serializable
See Also:
  • Constructor Details

    • RelationTypeIdWithDirection

      public RelationTypeIdWithDirection()
  • Method Details

    • builder

      public static RelationTypeIdWithDirection.Builder builder()
    • getRelationTypeId

      @Deprecated public UUID getRelationTypeId()
      Deprecated.
      use relationTypePublicId instead.
      Required. The ID of the relation type.
    • getRelationTypePublicId

      public String getRelationTypePublicId()
      The public ID of the relation type.
    • getDirection

      Required. The direction of the relation.
    • setRelationTypeId

      @Deprecated public void setRelationTypeId(UUID relationTypeId)
      Deprecated.
      use relationTypePublicId instead.
      Required. The ID of the relation type.
    • setRelationTypePublicId

      public void setRelationTypePublicId(String relationTypePublicId)
      The public ID of the relation type.
    • setDirection

      public void setDirection(RelationTypeIdWithDirection.Direction direction)
      Required. The direction of the relation.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object