Class ResponseMessage


public class ResponseMessage extends IncomingMessage
Response Message. Received after sending a SetValueMessage (or SecuredMessage and contains the result of the operation.
Author:
Florian Hotze - Initial contribution
  • Field Details

    • success

      public boolean success
      Whether the previous request was successful.
    • message

      public String message
      Message what went wrong in case of failure.
    • requestId

      public String requestId
      Request id in case of success.
    • status

      public PartialStatus status
      Partial status containing the changed key in case of success.