Package com.atlan.model.relations
Class IndistinctRelationship
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.relations.RelationshipAttributes
com.atlan.model.relations.IndistinctRelationship
- All Implemented Interfaces:
Serializable
Instance of a relationship's attributes where we cannot determine (have not yet modeled) its detailed information.
In the meanwhile, this provides a catch-all case where at least the basic relationship information is available.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
IndistinctRelationship.IndistinctRelationshipBuilder<C extends IndistinctRelationship,
B extends IndistinctRelationship.IndistinctRelationshipBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.relations.RelationshipAttributes
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.relations.RelationshipAttributes
getNullFields
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
IndistinctRelationship
-
-
Method Details
-
getAll
- Specified by:
getAll
in classRelationshipAttributes
-
_internal
-
toBuilder
-
equals
- Overrides:
equals
in classRelationshipAttributes
-
canEqual
- Overrides:
canEqual
in classRelationshipAttributes
-
hashCode
public int hashCode()- Overrides:
hashCode
in classRelationshipAttributes
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classRelationshipAttributes
-
getTypeName
Create a non-transient typeName to ensure it is included in serde.- Overrides:
getTypeName
in classRelationshipAttributes
-