Class AtlasTermAssignmentHeader

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

public final class AtlasTermAssignmentHeader extends Object implements com.azure.json.JsonSerializable<AtlasTermAssignmentHeader>
The header for term assignment.
  • Constructor Details

    • AtlasTermAssignmentHeader

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

    • getConfidence

      public Integer getConfidence()
      Get the confidence property: The confidence of the term assignment.
      Returns:
      the confidence value.
    • setConfidence

      public AtlasTermAssignmentHeader setConfidence(Integer confidence)
      Set the confidence property: The confidence of the term assignment.
      Parameters:
      confidence - the confidence value to set.
      Returns:
      the AtlasTermAssignmentHeader object itself.
    • getCreatedBy

      public String getCreatedBy()
      Get the createdBy property: The user who created the record.
      Returns:
      the createdBy value.
    • setCreatedBy

      public AtlasTermAssignmentHeader setCreatedBy(String createdBy)
      Set the createdBy property: The user who created the record.
      Parameters:
      createdBy - the createdBy value to set.
      Returns:
      the AtlasTermAssignmentHeader object itself.
    • getDescription

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

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

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

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

      public String getExpression()
      Get the expression property: The expression of the term assignment.
      Returns:
      the expression value.
    • setExpression

      public AtlasTermAssignmentHeader setExpression(String expression)
      Set the expression property: The expression of the term assignment.
      Parameters:
      expression - the expression value to set.
      Returns:
      the AtlasTermAssignmentHeader object itself.
    • getRelationGuid

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

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

      public AtlasTermAssignmentStatus getStatus()
      Get the status property: The status of terms assignment.
      Returns:
      the status value.
    • setStatus

      Set the status property: The status of terms assignment.
      Parameters:
      status - the status value to set.
      Returns:
      the AtlasTermAssignmentHeader object itself.
    • getSteward

      public String getSteward()
      Get the steward property: The steward of the term.
      Returns:
      the steward value.
    • setSteward

      public AtlasTermAssignmentHeader setSteward(String steward)
      Set the steward property: The steward of the term.
      Parameters:
      steward - the steward value to set.
      Returns:
      the AtlasTermAssignmentHeader object itself.
    • getTermGuid

      public String getTermGuid()
      Get the termGuid property: The GUID of the term.
      Returns:
      the termGuid value.
    • setTermGuid

      public AtlasTermAssignmentHeader setTermGuid(String termGuid)
      Set the termGuid property: The GUID of the term.
      Parameters:
      termGuid - the termGuid value to set.
      Returns:
      the AtlasTermAssignmentHeader 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<AtlasTermAssignmentHeader>
      Throws:
      IOException
    • fromJson

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