Class BaseResponse
java.lang.Object
net.minheur.potoflux.login.response.BaseResponse
- Direct Known Subclasses:
InfoResponse,ListUserResponse,LoginResponse,MdUserInfosResponse,NotificationListResponse,RmUserResponse
A simple response with a success and error field
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
success
public boolean successDefines if the action was a success -
error
Ifsuccessisfalse, this stores the error sent by the database.
-
-
Constructor Details
-
BaseResponse
public BaseResponse()
-