public final class OutputFieldMappingEntry extends Object
| Constructor and Description |
|---|
OutputFieldMappingEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name property: The name of the output defined by the skill.
|
String |
getTargetName()
Get the targetName property: The target name of the output.
|
OutputFieldMappingEntry |
setName(String name)
Set the name property: The name of the output defined by the skill.
|
OutputFieldMappingEntry |
setTargetName(String targetName)
Set the targetName property: The target name of the output.
|
public String getName()
public OutputFieldMappingEntry setName(String name)
name - the name value to set.public String getTargetName()
public OutputFieldMappingEntry setTargetName(String targetName)
targetName - the targetName value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.