Package com.atlan.model.relations
Class GlossarySemanticAssignment
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.relations.RelationshipAttributes
com.atlan.model.relations.GlossarySemanticAssignment
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class GlossarySemanticAssignment
extends RelationshipAttributes
Assigns meaning to an asset by linking the term that describes the meaning of the asset. The semantic assignment needs to be a controlled relationship when glossary definitions are used to provide classifications for the data assets and hence define how the data is to be governed.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Assigns meaning to an asset by linking the term that describes the meaning of the asset.static class
GlossarySemanticAssignment.GlossarySemanticAssignmentBuilder<C extends GlossarySemanticAssignment,
B extends GlossarySemanticAssignment.GlossarySemanticAssignmentBuilder<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, toString
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
GlossarySemanticAssignment
protected GlossarySemanticAssignment(GlossarySemanticAssignment.GlossarySemanticAssignmentBuilder<?, ?> b)
-
-
Method Details
-
getAll
- Specified by:
getAll
in classRelationshipAttributes
-
builder
-
toBuilder
-
getConfidence
TBC -
getCreatedBy
TBC -
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 GlossarySemanticAssignments.- Overrides:
getTypeName
in classRelationshipAttributes
-