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 Summary
Modifier and TypeMethodDescriptionstatic AtlasGlossaryExtInfofromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasGlossaryExtInfo from the JsonReader.Get the categories property: An array of categories.Get the categoryInfo property: The glossary category information.Get the classifications property: An array of classifications.Get the createdBy property: The user who created the record.Get the createTime property: The created time of the record.getGuid()Get the guid property: The GUID of the object.Get the language property: The language of the glossary.Get the lastModifiedTS property: ETag for concurrency control.Get the longDescription property: The long version description.getName()Get the name property: The name of the glossary object.Get the qualifiedName property: The qualified name of the glossary object.Get the shortDescription property: The short version of description.Get the termInfo property: The glossary term information.getTerms()Get the terms property: An array of related term headers.Get the updatedBy property: The user who updated the record.Get the updateTime property: The update time of the record.getUsage()Get the usage property: The usage of the glossary.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Method Details
-
getGuid
Get the guid property: The GUID of the object.- Returns:
- the guid value.
-
getClassifications
Get the classifications property: An array of classifications.- Returns:
- the classifications value.
-
getLongDescription
Get the longDescription property: The long version description.- Returns:
- the longDescription value.
-
getName
Get the name property: The name of the glossary object.- Returns:
- the name value.
-
getQualifiedName
Get the qualifiedName property: The qualified name of the glossary object.- Returns:
- the qualifiedName value.
-
getShortDescription
Get the shortDescription property: The short version of description.- Returns:
- the shortDescription value.
-
getLastModifiedTS
Get the lastModifiedTS property: ETag for concurrency control.- Returns:
- the lastModifiedTS value.
-
getCreateTime
Get the createTime property: The created time of the record.- Returns:
- the createTime value.
-
getCreatedBy
Get the createdBy property: The user who created the record.- Returns:
- the createdBy value.
-
getUpdateTime
Get the updateTime property: The update time of the record.- Returns:
- the updateTime value.
-
getUpdatedBy
Get the updatedBy property: The user who updated the record.- Returns:
- the updatedBy value.
-
getCategories
Get the categories property: An array of categories.- Returns:
- the categories value.
-
getLanguage
Get the language property: The language of the glossary.- Returns:
- the language value.
-
getTerms
Get the terms property: An array of related term headers.- Returns:
- the terms value.
-
getUsage
Get the usage property: The usage of the glossary.- Returns:
- the usage value.
-
getCategoryInfo
Get the categoryInfo property: The glossary category information.- Returns:
- the categoryInfo value.
-
getTermInfo
Get the termInfo property: The glossary term information.- Returns:
- the termInfo value.
-
toJson
- Specified by:
toJsonin interfacecom.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.
-