Class AtlasGlossaryHeader

java.lang.Object
com.azure.analytics.purview.datamap.models.AtlasGlossaryHeader
All Implemented Interfaces:
com.azure.json.JsonSerializable<AtlasGlossaryHeader>

public final class AtlasGlossaryHeader extends Object implements com.azure.json.JsonSerializable<AtlasGlossaryHeader>
The glossary header with basic information.
  • Constructor Details

    • AtlasGlossaryHeader

      public AtlasGlossaryHeader()
      Creates an instance of AtlasGlossaryHeader class.
  • Method Details

    • getDisplayText

      public String getDisplayText()
      Get the displayText property: The display text.
      Returns:
      the displayText value.
    • setDisplayText

      public AtlasGlossaryHeader setDisplayText(String displayText)
      Set the displayText property: The display text.
      Parameters:
      displayText - the displayText value to set.
      Returns:
      the AtlasGlossaryHeader object itself.
    • getGlossaryGuid

      public String getGlossaryGuid()
      Get the glossaryGuid property: The GUID of the glossary.
      Returns:
      the glossaryGuid value.
    • setGlossaryGuid

      public AtlasGlossaryHeader setGlossaryGuid(String glossaryGuid)
      Set the glossaryGuid property: The GUID of the glossary.
      Parameters:
      glossaryGuid - the glossaryGuid value to set.
      Returns:
      the AtlasGlossaryHeader object itself.
    • getRelationGuid

      public String getRelationGuid()
      Get the relationGuid property: The GUID of the relationship.
      Returns:
      the relationGuid value.
    • setRelationGuid

      public AtlasGlossaryHeader setRelationGuid(String relationGuid)
      Set the relationGuid property: The GUID of the relationship.
      Parameters:
      relationGuid - the relationGuid value to set.
      Returns:
      the AtlasGlossaryHeader object itself.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<AtlasGlossaryHeader>
      Throws:
      IOException
    • fromJson

      public static AtlasGlossaryHeader fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of AtlasGlossaryHeader from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of AtlasGlossaryHeader if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the AtlasGlossaryHeader.