Package com.atlan.model.relations
Class GlossaryRelatedTerm
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.relations.RelationshipAttributes
com.atlan.model.relations.GlossaryRelatedTerm
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class GlossaryRelatedTerm
extends RelationshipAttributes
Links terms that may also be of interest. It is like a 'see also' link in a dictionary.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGlossaryRelatedTerm.GlossaryRelatedTermBuilder<C extends GlossaryRelatedTerm,B extends GlossaryRelatedTerm.GlossaryRelatedTermBuilder<C, B>> static final classLinks terms that may also be of interest.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
Modifier and TypeMethodDescriptionstatic GlossaryRelatedTerm.GlossaryRelatedTermBuilder<?, ?> builder()protected booleanbooleangetAll()Explains why the linked term is of interest.Expression used to set the related term.Source of the related term assignment.Status of the related term assignment, typically used by discovery engines.User responsible for assessing the relationship and deciding if it should be approved or not.Fixed typeName for GlossaryRelatedTerms.inthashCode()Methods inherited from class com.atlan.model.relations.RelationshipAttributes
getNullFields, toStringMethods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
GlossaryRelatedTerm
-
-
Method Details
-
getAll
- Specified by:
getAllin classRelationshipAttributes
-
builder
-
toBuilder
-
getDescription
Explains why the linked term is of interest. -
getExpression
Expression used to set the related term. -
getSource
Source of the related term assignment. -
getStatus
Status of the related term assignment, typically used by discovery engines. -
getSteward
User responsible for assessing the relationship and deciding if it should be approved or not. -
equals
- Overrides:
equalsin classRelationshipAttributes
-
canEqual
- Overrides:
canEqualin classRelationshipAttributes
-
hashCode
public int hashCode()- Overrides:
hashCodein classRelationshipAttributes
-
getTypeName
Fixed typeName for GlossaryRelatedTerms.- Overrides:
getTypeNamein classRelationshipAttributes
-