84 строки
5.2 KiB
YAML
84 строки
5.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.search.models.OutputFieldMappingEntry"
|
|
fullName: "com.azure.search.models.OutputFieldMappingEntry"
|
|
name: "OutputFieldMappingEntry"
|
|
nameWithType: "OutputFieldMappingEntry"
|
|
summary: "Output field mapping for a skill."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **OutputFieldMappingEntry**"
|
|
constructors:
|
|
- uid: "com.azure.search.models.OutputFieldMappingEntry.OutputFieldMappingEntry()"
|
|
fullName: "com.azure.search.models.OutputFieldMappingEntry.OutputFieldMappingEntry()"
|
|
name: "OutputFieldMappingEntry()"
|
|
nameWithType: "OutputFieldMappingEntry.OutputFieldMappingEntry()"
|
|
syntax: "public OutputFieldMappingEntry()"
|
|
methods:
|
|
- uid: "com.azure.search.models.OutputFieldMappingEntry.getName()"
|
|
fullName: "com.azure.search.models.OutputFieldMappingEntry.getName()"
|
|
name: "getName()"
|
|
nameWithType: "OutputFieldMappingEntry.getName()"
|
|
summary: "Get the name property: The name of the output defined by the skill."
|
|
syntax: "public String getName()"
|
|
desc: "Get the name property: The name of the output defined by the skill."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.search.models.OutputFieldMappingEntry.getTargetName()"
|
|
fullName: "com.azure.search.models.OutputFieldMappingEntry.getTargetName()"
|
|
name: "getTargetName()"
|
|
nameWithType: "OutputFieldMappingEntry.getTargetName()"
|
|
summary: "Get the target<wbr>Name property: The target name of the output."
|
|
syntax: "public String getTargetName()"
|
|
desc: "Get the targetName property: The target name of the output. It is optional and default to name."
|
|
returns:
|
|
description: "the targetName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.search.models.OutputFieldMappingEntry.setName(java.lang.String)"
|
|
fullName: "com.azure.search.models.OutputFieldMappingEntry.setName(String name)"
|
|
name: "setName(String name)"
|
|
nameWithType: "OutputFieldMappingEntry.setName(String name)"
|
|
summary: "Set the name property: The name of the output defined by the skill."
|
|
parameters:
|
|
- description: "the name value to set."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public OutputFieldMappingEntry setName(String name)"
|
|
desc: "Set the name property: The name of the output defined by the skill."
|
|
returns:
|
|
description: "the OutputFieldMappingEntry object itself."
|
|
type: "<xref href=\"com.azure.search.models.OutputFieldMappingEntry?alt=com.azure.search.models.OutputFieldMappingEntry&text=OutputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.search.models.OutputFieldMappingEntry.setTargetName(java.lang.String)"
|
|
fullName: "com.azure.search.models.OutputFieldMappingEntry.setTargetName(String targetName)"
|
|
name: "setTargetName(String targetName)"
|
|
nameWithType: "OutputFieldMappingEntry.setTargetName(String targetName)"
|
|
summary: "Set the target<wbr>Name property: The target name of the output."
|
|
parameters:
|
|
- description: "the targetName value to set."
|
|
name: "targetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public OutputFieldMappingEntry setTargetName(String targetName)"
|
|
desc: "Set the targetName property: The target name of the output. It is optional and default to name."
|
|
returns:
|
|
description: "the OutputFieldMappingEntry object itself."
|
|
type: "<xref href=\"com.azure.search.models.OutputFieldMappingEntry?alt=com.azure.search.models.OutputFieldMappingEntry&text=OutputFieldMappingEntry\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Output field mapping for a skill."
|
|
metadata: {}
|
|
package: "com.azure.search.models"
|
|
artifact: com.azure:azure-search:11.0.0-beta.1
|