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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AtlasGlossaryHeaderfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasGlossaryHeader from the JsonReader.Get the displayText property: The display text.Get the glossaryGuid property: The GUID of the glossary.Get the relationGuid property: The GUID of the relationship.setDisplayText(String displayText) Set the displayText property: The display text.setGlossaryGuid(String glossaryGuid) Set the glossaryGuid property: The GUID of the glossary.setRelationGuid(String relationGuid) Set the relationGuid property: The GUID of the relationship.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
-
Constructor Details
-
AtlasGlossaryHeader
public AtlasGlossaryHeader()Creates an instance of AtlasGlossaryHeader class.
-
-
Method Details
-
getDisplayText
Get the displayText property: The display text.- Returns:
- the displayText value.
-
setDisplayText
Set the displayText property: The display text.- Parameters:
displayText- the displayText value to set.- Returns:
- the AtlasGlossaryHeader object itself.
-
getGlossaryGuid
Get the glossaryGuid property: The GUID of the glossary.- Returns:
- the glossaryGuid value.
-
setGlossaryGuid
Set the glossaryGuid property: The GUID of the glossary.- Parameters:
glossaryGuid- the glossaryGuid value to set.- Returns:
- the AtlasGlossaryHeader object itself.
-
getRelationGuid
Get the relationGuid property: The GUID of the relationship.- Returns:
- the relationGuid value.
-
setRelationGuid
Set the relationGuid property: The GUID of the relationship.- Parameters:
relationGuid- the relationGuid value to set.- Returns:
- the AtlasGlossaryHeader object itself.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<AtlasGlossaryHeader>- Throws:
IOException
-
fromJson
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.
-