Class Meaning

java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.assets.Meaning
All Implemented Interfaces:
Serializable, Comparable<Meaning>

public class Meaning extends AtlanObject implements Comparable<Meaning>
Detailed information about a term related to an asset.
See Also:
  • Constructor Details

  • Method Details

    • compareTo

      public int compareTo(Meaning o)
      Specified by:
      compareTo in interface Comparable<Meaning>
    • builder

      public static Meaning.MeaningBuilder<?,?> builder()
    • getTermGuid

      public String getTermGuid()
      Unique identifier (GUID) of the related term.
    • getRelationGuid

      public String getRelationGuid()
      Unique identifier (GUID) of the relationship itself.
    • getDisplayText

      public String getDisplayText()
      Human-readable display name of the related term.
    • getConfidence

      public Integer getConfidence()
      Unused.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class AtlanObject
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class AtlanObject