Package com.patreonshout.beans.request
Class LoginRequest
java.lang.Object
com.patreonshout.beans.request.LoginRequest
- All Implemented Interfaces:
java.io.Serializable
public class LoginRequest
extends java.lang.Object
implements java.io.Serializable
Jackson Serialized object, used when a login request is received
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LoginRequest()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
username
@NotNull private @NotNull java.lang.String usernameThe desired username for the given request -
password
@NotNull private @NotNull java.lang.String passwordThe desired password for the given request
-
-
Constructor Details
-
LoginRequest
public LoginRequest()
-