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 Summary
ConstructorsConstructorDescriptionCreates an instance of AtlasTermAssignmentHeader class. -
Method Summary
Modifier and TypeMethodDescriptionstatic AtlasTermAssignmentHeaderfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasTermAssignmentHeader from the JsonReader.Get the confidence property: The confidence of the term assignment.Get the createdBy property: The user who created the record.Get the description property: The description of the term assignment.Get the displayText property: The display text.Get the expression property: The expression of the term assignment.Get the relationGuid property: The GUID of the relationship.Get the status property: The status of terms assignment.Get the steward property: The steward of the term.Get the termGuid property: The GUID of the term.setConfidence(Integer confidence) Set the confidence property: The confidence of the term assignment.setCreatedBy(String createdBy) Set the createdBy property: The user who created the record.setDescription(String description) Set the description property: The description of the term assignment.setDisplayText(String displayText) Set the displayText property: The display text.setExpression(String expression) Set the expression property: The expression of the term assignment.setRelationGuid(String relationGuid) Set the relationGuid property: The GUID of the relationship.setStatus(AtlasTermAssignmentStatus status) Set the status property: The status of terms assignment.setSteward(String steward) Set the steward property: The steward of the term.setTermGuid(String termGuid) Set the termGuid property: The GUID of the term.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
-
AtlasTermAssignmentHeader
public AtlasTermAssignmentHeader()Creates an instance of AtlasTermAssignmentHeader class.
-
-
Method Details
-
getConfidence
Get the confidence property: The confidence of the term assignment.- Returns:
- the confidence value.
-
setConfidence
Set the confidence property: The confidence of the term assignment.- Parameters:
confidence- the confidence value to set.- Returns:
- the AtlasTermAssignmentHeader object itself.
-
getCreatedBy
Get the createdBy property: The user who created the record.- Returns:
- the createdBy value.
-
setCreatedBy
Set the createdBy property: The user who created the record.- Parameters:
createdBy- the createdBy value to set.- Returns:
- the AtlasTermAssignmentHeader object itself.
-
getDescription
Get the description property: The description of the term assignment.- Returns:
- the description value.
-
setDescription
Set the description property: The description of the term assignment.- Parameters:
description- the description value to set.- Returns:
- the AtlasTermAssignmentHeader 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 AtlasTermAssignmentHeader object itself.
-
getExpression
Get the expression property: The expression of the term assignment.- Returns:
- the expression value.
-
setExpression
Set the expression property: The expression of the term assignment.- Parameters:
expression- the expression value to set.- Returns:
- the AtlasTermAssignmentHeader 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 AtlasTermAssignmentHeader object itself.
-
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
Get the steward property: The steward of the term.- Returns:
- the steward value.
-
setSteward
Set the steward property: The steward of the term.- Parameters:
steward- the steward value to set.- Returns:
- the AtlasTermAssignmentHeader object itself.
-
getTermGuid
Get the termGuid property: The GUID of the term.- Returns:
- the termGuid value.
-
setTermGuid
Set the termGuid property: The GUID of the term.- Parameters:
termGuid- the termGuid value to set.- Returns:
- the AtlasTermAssignmentHeader object itself.
-
toJson
- Specified by:
toJsonin interfacecom.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.
-