Package com.patreonshout.beans.response
Class LoginResponse
java.lang.Object
com.patreonshout.beans.response.LoginResponse
public class LoginResponse
extends java.lang.Object
POJO that holds the login token needed for logging in, is used during the login http request
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
token
User login token. -
Constructor Summary
Constructors Constructor Description LoginResponse()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
token
private final java.lang.String tokenUser login token.
-
-
Constructor Details
-
LoginResponse
public LoginResponse()
-