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 Details

    • AtlasTermCategorizationHeader

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

    • getCategoryGuid

      public String getCategoryGuid()
      Get the categoryGuid property: The GUID of the category.
      Returns:
      the categoryGuid value.
    • setCategoryGuid

      public AtlasTermCategorizationHeader setCategoryGuid(String categoryGuid)
      Set the categoryGuid property: The GUID of the category.
      Parameters:
      categoryGuid - the categoryGuid value to set.
      Returns:
      the AtlasTermCategorizationHeader object itself.
    • getDescription

      public String getDescription()
      Get the description property: The description of the record.
      Returns:
      the description value.
    • setDescription

      public AtlasTermCategorizationHeader setDescription(String description)
      Set the description property: The description of the record.
      Parameters:
      description - the description value to set.
      Returns:
      the AtlasTermCategorizationHeader object itself.
    • getDisplayText

      public String getDisplayText()
      Get the displayText property: The display text.
      Returns:
      the displayText value.
    • setDisplayText

      public AtlasTermCategorizationHeader setDisplayText(String displayText)
      Set the displayText property: The display text.
      Parameters:
      displayText - the displayText value to set.
      Returns:
      the AtlasTermCategorizationHeader object itself.
    • getRelationGuid

      public String getRelationGuid()
      Get the relationGuid property: The GUID of the relationship.
      Returns:
      the relationGuid value.
    • setRelationGuid

      public AtlasTermCategorizationHeader setRelationGuid(String relationGuid)
      Set the relationGuid property: The GUID of the relationship.
      Parameters:
      relationGuid - the relationGuid value to set.
      Returns:
      the AtlasTermCategorizationHeader object itself.
    • getStatus

      public AtlasTermRelationshipStatus 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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.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.