Package dev.digiried.wattpilot.messages
Class ResponseMessage
java.lang.Object
dev.digiried.wattpilot.messages.Message
dev.digiried.wattpilot.messages.IncomingMessage
dev.digiried.wattpilot.messages.ResponseMessage
Response Message. Received after sending a
SetValueMessage (or SecuredMessage and
contains the result of the operation.- Author:
- Florian Hotze - Initial contribution
-
Field Summary
FieldsModifier and TypeFieldDescriptionMessage what went wrong in case of failure.Request id in case of success.Partial status containing the changed key in case of success.booleanWhether the previous request was successful. -
Method Summary
-
Field Details
-
success
public boolean successWhether the previous request was successful. -
message
Message what went wrong in case of failure. -
requestId
Request id in case of success. -
status
Partial status containing the changed key in case of success.
-