Class AtlasGlossary

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

public final class AtlasGlossary extends Object implements com.azure.json.JsonSerializable<AtlasGlossary>
The glossary object.
  • Constructor Details

    • AtlasGlossary

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

    • getGuid

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

      public AtlasGlossary setGuid(String guid)
      Set the guid property: The GUID of the object.
      Parameters:
      guid - the guid value to set.
      Returns:
      the AtlasGlossary object itself.
    • getClassifications

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

      public AtlasGlossary setClassifications(List<AtlasClassification> classifications)
      Set the classifications property: An array of classifications.
      Parameters:
      classifications - the classifications value to set.
      Returns:
      the AtlasGlossary object itself.
    • getLongDescription

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

      public AtlasGlossary setLongDescription(String longDescription)
      Set the longDescription property: The long version description.
      Parameters:
      longDescription - the longDescription value to set.
      Returns:
      the AtlasGlossary object itself.
    • getName

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

      public AtlasGlossary setName(String name)
      Set the name property: The name of the glossary object.
      Parameters:
      name - the name value to set.
      Returns:
      the AtlasGlossary object itself.
    • getQualifiedName

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

      public AtlasGlossary setQualifiedName(String qualifiedName)
      Set the qualifiedName property: The qualified name of the glossary object.
      Parameters:
      qualifiedName - the qualifiedName value to set.
      Returns:
      the AtlasGlossary object itself.
    • getShortDescription

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

      public AtlasGlossary setShortDescription(String shortDescription)
      Set the shortDescription property: The short version of description.
      Parameters:
      shortDescription - the shortDescription value to set.
      Returns:
      the AtlasGlossary object itself.
    • getLastModifiedTS

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

      public AtlasGlossary setLastModifiedTS(String lastModifiedTS)
      Set the lastModifiedTS property: ETag for concurrency control.
      Parameters:
      lastModifiedTS - the lastModifiedTS value to set.
      Returns:
      the AtlasGlossary object itself.
    • getCreateTime

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

      public AtlasGlossary setCreateTime(Long createTime)
      Set the createTime property: The created time of the record.
      Parameters:
      createTime - the createTime value to set.
      Returns:
      the AtlasGlossary object itself.
    • getCreatedBy

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

      public AtlasGlossary setCreatedBy(String createdBy)
      Set the createdBy property: The user who created the record.
      Parameters:
      createdBy - the createdBy value to set.
      Returns:
      the AtlasGlossary object itself.
    • getUpdateTime

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

      public AtlasGlossary setUpdateTime(Long updateTime)
      Set the updateTime property: The update time of the record.
      Parameters:
      updateTime - the updateTime value to set.
      Returns:
      the AtlasGlossary object itself.
    • getUpdatedBy

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

      public AtlasGlossary setUpdatedBy(String updatedBy)
      Set the updatedBy property: The user who updated the record.
      Parameters:
      updatedBy - the updatedBy value to set.
      Returns:
      the AtlasGlossary object itself.
    • getCategories

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

      public AtlasGlossary setCategories(List<AtlasRelatedCategoryHeader> categories)
      Set the categories property: An array of categories.
      Parameters:
      categories - the categories value to set.
      Returns:
      the AtlasGlossary object itself.
    • getLanguage

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

      public AtlasGlossary setLanguage(String language)
      Set the language property: The language of the glossary.
      Parameters:
      language - the language value to set.
      Returns:
      the AtlasGlossary object itself.
    • getTerms

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

      public AtlasGlossary setTerms(List<AtlasRelatedTermHeader> terms)
      Set the terms property: An array of related term headers.
      Parameters:
      terms - the terms value to set.
      Returns:
      the AtlasGlossary object itself.
    • getUsage

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

      public AtlasGlossary setUsage(String usage)
      Set the usage property: The usage of the glossary.
      Parameters:
      usage - the usage value to set.
      Returns:
      the AtlasGlossary 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<AtlasGlossary>
      Throws:
      IOException
    • fromJson

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