Class CloverDeviceEvent

java.lang.Object
com.clover.remote.client.messages.CloverDeviceEvent

public class CloverDeviceEvent extends Object
Encapsulates the start or stop of a Clover Device activity (e.g. a UI event)
  • Constructor Details

    • CloverDeviceEvent

      public CloverDeviceEvent()
  • Method Details

    • getEventState

      public CloverDeviceEvent.DeviceEventState getEventState()
      Get the field value
      Returns:
      the event
    • setEventState

      public void setEventState(CloverDeviceEvent.DeviceEventState eventState)
      Set the field value
      Parameters:
      eventState - the event
    • getCode

      public int getCode()
      Get the field value
      Returns:
      code
    • setCode

      public void setCode(int code)
      Set the field value
      Parameters:
      code - code
    • getMessage

      public String getMessage()
      Get the field value
      Returns:
      the display message
    • setMessage

      public void setMessage(String message)
      Set the field value
      Parameters:
      message - the display message
    • getInputOptions

      public com.clover.remote.InputOption[] getInputOptions()
      Get the field value
      Returns:
      available input options
    • setInputOptions

      public void setInputOptions(com.clover.remote.InputOption[] inputOptions)
      Set the field value
      Parameters:
      inputOptions - available input options