public final class FieldMappingFunction extends Object
| Constructor and Description |
|---|
FieldMappingFunction(String name)
Constructor of
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 |
setParameters(Map<String,Object> parameters)
Set the parameters property: A dictionary of parameter name/value pairs
to pass to the function.
|
public FieldMappingFunction(String name)
FieldMappingFunction.name - The name of the field mapping function.public String getName()
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.