Package com.patreonshout.beans.response
Class BaseResponse
java.lang.Object
com.patreonshout.beans.response.BaseResponse
public class BaseResponse
extends java.lang.Object
POJO that returns a status and message for an http request
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BaseResponse()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
status
private final int statusstatus is the status of the http request -
message
private final java.lang.String messagemessage is the message response of the http request
-
-
Constructor Details
-
BaseResponse
public BaseResponse()
-