public class CloverDeviceEvent
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CloverDeviceEvent.DeviceEventState
Enum corresponding to valid UI State events from the device
|
Constructor and Description |
---|
CloverDeviceEvent() |
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Get the field value
|
CloverDeviceEvent.DeviceEventState |
getEventState()
Get the field value
|
InputOption[] |
getInputOptions()
Get the field value
|
java.lang.String |
getMessage()
Get the field value
|
void |
setCode(int code)
Set the field value
|
void |
setEventState(CloverDeviceEvent.DeviceEventState eventState)
Set the field value
|
void |
setInputOptions(InputOption[] inputOptions)
Set the field value
|
void |
setMessage(java.lang.String message)
Set the field value
|
public CloverDeviceEvent.DeviceEventState getEventState()
public void setEventState(CloverDeviceEvent.DeviceEventState eventState)
eventState
- the eventpublic int getCode()
public void setCode(int code)
code
- codepublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the display messagepublic InputOption[] getInputOptions()
public void setInputOptions(InputOption[] inputOptions)
inputOptions
- available input options