Package com.atlan.model.relations
Class RelationshipAttributes
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.relations.RelationshipAttributes
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GlossaryAntonym
,GlossaryIsA
,GlossaryPreferredTerm
,GlossaryRelatedTerm
,GlossaryReplacementTerm
,GlossarySemanticAssignment
,GlossarySynonym
,GlossaryTermCategorization
,GlossaryTranslation
,GlossaryValidValue
,IndistinctRelationship
,UserDefRelationship
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
RelationshipAttributes.RelationshipAttributesBuilder<C extends RelationshipAttributes,
B extends RelationshipAttributes.RelationshipAttributesBuilder<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
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
RelationshipAttributes
-
-
Method Details
-
getNullFields
Retrieve the list of fields to be serialized with null values. -
getAll
-
getTypeName
Name of the relationship type that defines the 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
-