Package com.atlan.model.admin
Class ParsedQuery.Relationship
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.ParsedQuery.Relationship
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ParsedQuery
Details about relationships found in a query.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
ParsedQuery.Relationship.RelationshipBuilder<C extends ParsedQuery.Relationship,
B extends ParsedQuery.Relationship.RelationshipBuilder<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 TypeMethodDescriptionstatic ParsedQuery.Relationship.RelationshipBuilder<?,
?> builder()
protected boolean
boolean
Type of effect made by the query (for example, select vs insert).getId()
Numeric identifier for the relationship.Numeric identifier for the procedure (if any) that manages this relationship.Type of procedure (if any) that manages this relationship.TBCTBCgetType()
Type of the relationship.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
Relationship
-
-
Method Details
-
builder
-
toBuilder
-
getId
Numeric identifier for the relationship. -
getType
Type of the relationship. -
getEffectType
Type of effect made by the query (for example, select vs insert). -
getTarget
TBC -
getSources
TBC -
getProcessId
Numeric identifier for the procedure (if any) that manages this relationship. -
getProcessType
Type of procedure (if any) that manages this relationship. -
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
-