Package com.atlan.model.admin
Class ParsedQuery.RelationshipEndpoint
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.ParsedQuery.RelationshipEndpoint
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ParsedQuery
Details about one end of a relationship in a query.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
ParsedQuery.RelationshipEndpoint.RelationshipEndpointBuilder<C extends ParsedQuery.RelationshipEndpoint,
B extends ParsedQuery.RelationshipEndpoint.RelationshipEndpointBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Name of the column used by this end of the relationship.getId()
Numeric identifier for the column referred to by this end of the relationship.Numeric identifier of the parent object in which the column exists.Name of the parent object in which the column exists.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
RelationshipEndpoint
-
-
Method Details
-
builder
-
toBuilder
-
getId
Numeric identifier for the column referred to by this end of the relationship. -
getColumn
Name of the column used by this end of the relationship. -
getParentId
Numeric identifier of the parent object in which the column exists. -
getParentName
Name of the parent object in which the column exists. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-