public class DataProviderConfig
extends java.lang.Object
| Constructor and Description |
|---|
DataProviderConfig() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getConfiguration()
Get the field value
Configuration for the data type.
|
java.lang.String |
getType()
Get the field value
The string type of the loyalty data of interest.
|
void |
setConfiguration(java.util.Map<java.lang.String,java.lang.String> configuration)
Set the field value
Configuration for the data type.
|
void |
setType(java.lang.String type)
Set the field value
The string type of the loyalty data of interest.
|
public void setType(java.lang.String type)
public java.lang.String getType()
public void setConfiguration(java.util.Map<java.lang.String,java.lang.String> configuration)
public java.util.Map<java.lang.String,java.lang.String> getConfiguration()