Class AtlasRelatedCategoryHeader

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

public final class AtlasRelatedCategoryHeader extends Object implements com.azure.json.JsonSerializable<AtlasRelatedCategoryHeader>
The header of the related category.
  • Constructor Details

    • AtlasRelatedCategoryHeader

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

    • getCategoryGuid

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

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

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

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

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

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

      public String getParentCategoryGuid()
      Get the parentCategoryGuid property: The GUID of the parent category.
      Returns:
      the parentCategoryGuid value.
    • setParentCategoryGuid

      public AtlasRelatedCategoryHeader setParentCategoryGuid(String parentCategoryGuid)
      Set the parentCategoryGuid property: The GUID of the parent category.
      Parameters:
      parentCategoryGuid - the parentCategoryGuid value to set.
      Returns:
      the AtlasRelatedCategoryHeader object itself.
    • getRelationGuid

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

      public AtlasRelatedCategoryHeader setRelationGuid(String relationGuid)
      Set the relationGuid property: The GUID of the relationship.
      Parameters:
      relationGuid - the relationGuid value to set.
      Returns:
      the AtlasRelatedCategoryHeader 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<AtlasRelatedCategoryHeader>
      Throws:
      IOException
    • fromJson

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