public class CustomerProvidedDataEvent extends BaseResponse
| Constructor and Description |
|---|
CustomerProvidedDataEvent() |
| Modifier and Type | Method and Description |
|---|---|
DataProviderConfig |
getConfig()
Get the field value
The configuration that identifies what this event data represents.
|
java.lang.String |
getData()
Get the field value
The data that was collected.
|
java.lang.String |
getEventId()
Get the field value
An id that represents this collection event
|
void |
setConfig(DataProviderConfig config)
Set the field value
The configuration that identifies what this event data represents.
|
void |
setData(java.lang.String data)
Set the field value
The data that was collected.
|
void |
setEventId(java.lang.String eventId)
Set the field value
An id that represents this collection event
|
getMessage, getReason, getResult, isSuccess, setMessage, setReason, setResult, setSuccesspublic void setEventId(java.lang.String eventId)
public java.lang.String getEventId()
public void setConfig(DataProviderConfig config)
public DataProviderConfig getConfig()
public void setData(java.lang.String data)
public java.lang.String getData()