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
Modifier and TypeClassDescriptionstatic class
Meaning.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
-
Method Summary
Modifier and TypeMethodDescriptionstatic Meaning.MeaningBuilder<?,
?> builder()
protected boolean
int
boolean
Unused.Human-readable display name of the related term.Unique identifier (GUID) of the relationship itself.Unique identifier (GUID) of the related term.int
hashCode()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson, toString
-
Constructor Details
-
Meaning
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in 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:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-