Package com.atlan.model.assets
Class Meaning
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.assets.Meaning
- All Implemented Interfaces:
Serializable,Comparable<Meaning>
Detailed information about a term related to an asset.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classMeaning.MeaningBuilder<C extends Meaning,B extends Meaning.MeaningBuilder<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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Meaning.MeaningBuilder<?, ?> builder()protected booleanintbooleanUnused.Human-readable display name of the related term.Unique identifier (GUID) of the relationship itself.Unique identifier (GUID) of the related term.inthashCode()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson, toString
-
Constructor Details
-
Meaning
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<Meaning>
-
builder
-
getTermGuid
Unique identifier (GUID) of the related term. -
getRelationGuid
Unique identifier (GUID) of the relationship itself. -
getDisplayText
Human-readable display name of the related term. -
getConfidence
Unused. -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-