Class AtlasTermCategorizationHeader
java.lang.Object
com.azure.analytics.purview.datamap.models.AtlasTermCategorizationHeader
- All Implemented Interfaces:
com.azure.json.JsonSerializable<AtlasTermCategorizationHeader>
public final class AtlasTermCategorizationHeader
extends Object
implements com.azure.json.JsonSerializable<AtlasTermCategorizationHeader>
The basic information for term categorization.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AtlasTermCategorizationHeader class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasTermCategorizationHeader from the JsonReader.Get the categoryGuid property: The GUID of the category.Get the description property: The description of the record.Get the displayText property: The display text.Get the relationGuid property: The GUID of the relationship.Get the status property: The status of term relationship.setCategoryGuid(String categoryGuid) Set the categoryGuid property: The GUID of the category.setDescription(String description) Set the description property: The description of the record.setDisplayText(String displayText) Set the displayText property: The display text.setRelationGuid(String relationGuid) Set the relationGuid property: The GUID of the relationship.setStatus(AtlasTermRelationshipStatus status) Set the status property: The status of term 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
-
AtlasTermCategorizationHeader
public AtlasTermCategorizationHeader()Creates an instance of AtlasTermCategorizationHeader class.
-
-
Method Details
-
getCategoryGuid
Get the categoryGuid property: The GUID of the category.- Returns:
- the categoryGuid value.
-
setCategoryGuid
Set the categoryGuid property: The GUID of the category.- Parameters:
categoryGuid- the categoryGuid value to set.- Returns:
- the AtlasTermCategorizationHeader object itself.
-
getDescription
Get the description property: The description of the record.- Returns:
- the description value.
-
setDescription
Set the description property: The description of the record.- Parameters:
description- the description value to set.- Returns:
- the AtlasTermCategorizationHeader object itself.
-
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 AtlasTermCategorizationHeader 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 AtlasTermCategorizationHeader object itself.
-
getStatus
Get the status property: The status of term relationship.- Returns:
- the status value.
-
setStatus
Set the status property: The status of term relationship.- Parameters:
status- the status value to set.- Returns:
- the AtlasTermCategorizationHeader object itself.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<AtlasTermCategorizationHeader>- Throws:
IOException
-
fromJson
public static AtlasTermCategorizationHeader fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of AtlasTermCategorizationHeader from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of AtlasTermCategorizationHeader 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 AtlasTermCategorizationHeader.
-