Class CustomerProvidedDataEvent

java.lang.Object
com.clover.remote.client.messages.BaseResponse
com.clover.remote.client.messages.CustomerProvidedDataEvent

public class CustomerProvidedDataEvent extends BaseResponse
  • Constructor Details

    • CustomerProvidedDataEvent

      public CustomerProvidedDataEvent()
  • Method Details

    • setEventId

      public void setEventId(String eventId)
      Set the field value An id that represents this collection event
    • getEventId

      public String getEventId()
      Get the field value An id that represents this collection event
    • setConfig

      public void setConfig(DataProviderConfig config)
      Set the field value The configuration that identifies what this event data represents. This is used when interpreting the data.
    • getConfig

      public DataProviderConfig getConfig()
      Get the field value The configuration that identifies what this event data represents. This is used when interpreting the data.
    • setData

      public void setData(String data)
      Set the field value The data that was collected. This is similar to a CLOB.
    • getData

      public String getData()
      Get the field value The data that was collected. This is similar to a CLOB.