Class AtlasGlossaryExtInfo

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

public final class AtlasGlossaryExtInfo extends Object implements com.azure.json.JsonSerializable<AtlasGlossaryExtInfo>
The extended information of glossary.
  • Method Details

    • getGuid

      public String getGuid()
      Get the guid property: The GUID of the object.
      Returns:
      the guid value.
    • getClassifications

      public List<AtlasClassification> getClassifications()
      Get the classifications property: An array of classifications.
      Returns:
      the classifications value.
    • getLongDescription

      public String getLongDescription()
      Get the longDescription property: The long version description.
      Returns:
      the longDescription value.
    • getName

      public String getName()
      Get the name property: The name of the glossary object.
      Returns:
      the name value.
    • getQualifiedName

      public String getQualifiedName()
      Get the qualifiedName property: The qualified name of the glossary object.
      Returns:
      the qualifiedName value.
    • getShortDescription

      public String getShortDescription()
      Get the shortDescription property: The short version of description.
      Returns:
      the shortDescription value.
    • getLastModifiedTS

      public String getLastModifiedTS()
      Get the lastModifiedTS property: ETag for concurrency control.
      Returns:
      the lastModifiedTS value.
    • getCreateTime

      public Long getCreateTime()
      Get the createTime property: The created time of the record.
      Returns:
      the createTime value.
    • getCreatedBy

      public String getCreatedBy()
      Get the createdBy property: The user who created the record.
      Returns:
      the createdBy value.
    • getUpdateTime

      public Long getUpdateTime()
      Get the updateTime property: The update time of the record.
      Returns:
      the updateTime value.
    • getUpdatedBy

      public String getUpdatedBy()
      Get the updatedBy property: The user who updated the record.
      Returns:
      the updatedBy value.
    • getCategories

      public List<AtlasRelatedCategoryHeader> getCategories()
      Get the categories property: An array of categories.
      Returns:
      the categories value.
    • getLanguage

      public String getLanguage()
      Get the language property: The language of the glossary.
      Returns:
      the language value.
    • getTerms

      public List<AtlasRelatedTermHeader> getTerms()
      Get the terms property: An array of related term headers.
      Returns:
      the terms value.
    • getUsage

      public String getUsage()
      Get the usage property: The usage of the glossary.
      Returns:
      the usage value.
    • getCategoryInfo

      public Map<String,AtlasGlossaryCategory> getCategoryInfo()
      Get the categoryInfo property: The glossary category information.
      Returns:
      the categoryInfo value.
    • getTermInfo

      public Map<String,AtlasGlossaryTerm> getTermInfo()
      Get the termInfo property: The glossary term information.
      Returns:
      the termInfo value.
    • toJson

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

      public static AtlasGlossaryExtInfo fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of AtlasGlossaryExtInfo from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of AtlasGlossaryExtInfo 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 AtlasGlossaryExtInfo.