public final class FieldMappingFunction extends Object
| Constructor and Description |
|---|
FieldMappingFunction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name property: The name of the field mapping function.
|
Map<String,Object> |
getParameters()
Get the parameters property: A dictionary of parameter name/value pairs
to pass to the function.
|
FieldMappingFunction |
setName(String name)
Set the name property: The name of the field mapping function.
|
FieldMappingFunction |
setParameters(Map<String,Object> parameters)
Set the parameters property: A dictionary of parameter name/value pairs
to pass to the function.
|
public String getName()
public FieldMappingFunction setName(String name)
name - the name value to set.public Map<String,Object> getParameters()
public FieldMappingFunction setParameters(Map<String,Object> parameters)
parameters - the parameters value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.