Package com.atlan.model.relations
Class GlossaryTranslation
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.relations.RelationshipAttributes
com.atlan.model.relations.GlossaryTranslation
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class GlossaryTranslation
extends RelationshipAttributes
Related terms that represent the same meaning, but each written in a different language. Hence one is a translation of the other. The language of each term is defined in the Glossary object that anchors the term.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
GlossaryTranslation.GlossaryTranslationBuilder<C extends GlossaryTranslation,
B extends GlossaryTranslation.GlossaryTranslationBuilder<C, B>> static final class
Related terms that represent the same meaning, but each written in a different language.static final class
Related terms that represent the same meaning, but each written in a different language.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
Modifier and TypeMethodDescriptionstatic GlossaryTranslation.GlossaryTranslationBuilder<?,
?> builder()
protected boolean
boolean
getAll()
TBCTBCTBCTBCTBCFixed typeName for GlossaryTranslations.int
hashCode()
Methods inherited from class com.atlan.model.relations.RelationshipAttributes
getNullFields, toString
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
GlossaryTranslation
-
-
Method Details
-
getAll
- Specified by:
getAll
in classRelationshipAttributes
-
builder
-
toBuilder
-
getDescription
TBC -
getExpression
TBC -
getSource
TBC -
getStatus
TBC -
getSteward
TBC -
equals
- Overrides:
equals
in classRelationshipAttributes
-
canEqual
- Overrides:
canEqual
in classRelationshipAttributes
-
hashCode
public int hashCode()- Overrides:
hashCode
in classRelationshipAttributes
-
getTypeName
Fixed typeName for GlossaryTranslations.- Overrides:
getTypeName
in classRelationshipAttributes
-