Class ResetDeviceResponse

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

public class ResetDeviceResponse extends BaseResponse
Response object for a reset device request
  • Constructor Details

    • ResetDeviceResponse

      public ResetDeviceResponse(boolean result, ResultCode code, com.clover.remote.ExternalDeviceState state)
      Constructor
      Parameters:
      result - If true then the requested operation succeeded
      code - The result of the requested operation
      state - The state of the device
  • Method Details

    • getState

      public com.clover.remote.ExternalDeviceState getState()
      Get the field value
      Returns:
      state of the device