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

    Fields
    Modifier and Type Field Description
    private @NotNull java.lang.String password
    The desired password for the given request
    private @NotNull java.lang.String username
    The desired username for the given request
  • 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 username
      The desired username for the given request
    • password

      @NotNull private @NotNull java.lang.String password
      The desired password for the given request
  • Constructor Details

    • LoginRequest

      public LoginRequest()