Class LoginEventResponse

java.lang.Object
com.iland.core.web.rest.response.security.LoginEventResponse
All Implemented Interfaces:
Serializable

public class LoginEventResponse extends Object implements Serializable
Login Event Response.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

    • LoginEventResponse

      public LoginEventResponse(String username, String type, long time, String ipAddress, String clientName)
  • Method Details

    • getUsername

      public String getUsername()
      Gets the username.
      Returns:
      the username
    • getType

      public String getType()
      Gets the type.
      Returns:
      the type
    • getTime

      public long getTime()
      Gets the time.
      Returns:
      the time
    • getIpAddress

      public String getIpAddress()
      Get the ip address.
      Returns:
      user's ip address
    • getClientName

      public String getClientName()
      Get the client name.
      Returns:
      String client name
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object