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
Nested ClassesModifier and TypeClassDescriptionstatic classIndistinctRelationship.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
FieldsFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class com.atlan.model.relations.RelationshipAttributes
getNullFieldsMethods 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:
getAllin classRelationshipAttributes
-
_internal
-
toBuilder
-
equals
- Overrides:
equalsin classRelationshipAttributes
-
canEqual
- Overrides:
canEqualin classRelationshipAttributes
-
hashCode
public int hashCode()- Overrides:
hashCodein classRelationshipAttributes
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classRelationshipAttributes
-
getTypeName
Create a non-transient typeName to ensure it is included in serde.- Overrides:
getTypeNamein classRelationshipAttributes
-