Class CustomerProvidedDataEvent
java.lang.Object
com.clover.remote.client.messages.BaseResponse
com.clover.remote.client.messages.CustomerProvidedDataEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the field value The configuration that identifies what this event data represents.getData()Get the field value The data that was collected.Get the field value An id that represents this collection eventvoidsetConfig(DataProviderConfig config) Set the field value The configuration that identifies what this event data represents.voidSet the field value The data that was collected.voidsetEventId(String eventId) Set the field value An id that represents this collection eventMethods inherited from class com.clover.remote.client.messages.BaseResponse
getMessage, getReason, getResult, isSuccess, setMessage, setReason, setResult, setSuccess
-
Constructor Details
-
CustomerProvidedDataEvent
public CustomerProvidedDataEvent()
-
-
Method Details
-
setEventId
Set the field value An id that represents this collection event -
getEventId
Get the field value An id that represents this collection event -
setConfig
Set the field value The configuration that identifies what this event data represents. This is used when interpreting the data. -
getConfig
Get the field value The configuration that identifies what this event data represents. This is used when interpreting the data. -
setData
Set the field value The data that was collected. This is similar to a CLOB. -
getData
Get the field value The data that was collected. This is similar to a CLOB.
-