Class DataProviderConfig
java.lang.Object
com.clover.remote.client.messages.DataProviderConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the field value Configuration for the data type.getType()Get the field value The string type of the loyalty data of interest.voidsetConfiguration(Map<String, String> configuration) Set the field value Configuration for the data type.voidSet the field value The string type of the loyalty data of interest.
-
Constructor Details
-
DataProviderConfig
public DataProviderConfig()
-
-
Method Details
-
setType
Set the field value The string type of the loyalty data of interest. -
getType
Get the field value The string type of the loyalty data of interest. -
setConfiguration
Set the field value Configuration for the data type. -
getConfiguration
Get the field value Configuration for the data type.
-