Class AccountEventResponse

java.lang.Object
com.iland.core.web.rest.response.user.AccountEventResponse
All Implemented Interfaces:
Serializable

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

  • Method Details

    • getTime

      public Instant getTime()
      Gets time.
      Returns:
      the time
    • getType

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

      public String getClientName()
      Gets client id.
      Returns:
      the client id
    • getUserId

      public String getUserId()
      Gets user id.
      Returns:
      the user id
    • getSessionId

      public String getSessionId()
      Gets session id.
      Returns:
      the session id
    • getIpAddress

      public String getIpAddress()
      Gets ip address.
      Returns:
      the ip address
    • getError

      public String getError()
      Gets error.
      Returns:
      the error
    • getDetails

      public Map<String,String> getDetails()
      Gets details.
      Returns:
      the details
    • 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