Class RetrieveDeviceStatusRequest
java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.RetrieveDeviceStatusRequest
Request object for requesting the current device status. If
sendLastMessage is true, the device will
send the last request it is waiting for a response to such as a signature or payment confirmation request-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the field valuevoidsetSendLastMessage(boolean sendLastMessage) Set the field value
-
Constructor Details
-
RetrieveDeviceStatusRequest
public RetrieveDeviceStatusRequest(boolean sendLastMessage)
-
-
Method Details
-
isSendLastMessage
public boolean isSendLastMessage()Get the field value- Returns:
- Send last message, if true
-
setSendLastMessage
public void setSendLastMessage(boolean sendLastMessage) Set the field value- Parameters:
sendLastMessage- Send last message, if true
-