Class OutputFieldMappingEntry
java.lang.Object
com.azure.search.documents.indexes.models.OutputFieldMappingEntry
Output field mapping for a skill.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of OutputFieldMappingEntry class. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get the name property: The name of the output defined by the skill.Get the targetName property: The target name of the output.setTargetName
(String targetName) Set the targetName property: The target name of the output.
-
Constructor Details
-
OutputFieldMappingEntry
Creates an instance of OutputFieldMappingEntry class.- Parameters:
name
- the name value to set.
-
-
Method Details
-
getName
Get the name property: The name of the output defined by the skill.- Returns:
- the name value.
-
getTargetName
Get the targetName property: The target name of the output. It is optional and default to name.- Returns:
- the targetName value.
-
setTargetName
Set the targetName property: The target name of the output. It is optional and default to name.- Parameters:
targetName
- the targetName value to set.- Returns:
- the OutputFieldMappingEntry object itself.
-