Class LogEvent

java.lang.Object
com.auth0.json.mgmt.logevents.LogEvent

public class LogEvent extends Object
Class that represents an Auth0 Events object. Related to the LogEventsEntity entity.
  • Constructor Details

    • LogEvent

      public LogEvent()
  • Method Details

    • getId

      public String getId()
      Getter for the id of this event.
      Returns:
      the id.
    • getLogId

      public String getLogId()
      Getter for the log_id of this event.
      Returns:
      the log_id of this event.
    • getDate

      public Date getDate()
      Getter for the date of this event.
      Returns:
      the date.
    • getType

      public String getType()
      Getter for the type of this event.
      Returns:
      the type.
    • getClientId

      public String getClientId()
      Getter for the application's client id related to this event.
      Returns:
      the application's client id.
    • getClientName

      public String getClientName()
      Getter for the application's client name related to this event.
      Returns:
      the application's client name.
    • getIP

      public String getIP()
      Getter for the IP address related to this event.
      Returns:
      the IP address.
    • getUserId

      public String getUserId()
      Getter for the user id related to this event.
      Returns:
      the user id.
    • getUserName

      public String getUserName()
      Getter for the user name related to this event.
      Returns:
      the user id.
    • getLocationInfo

      public Map<String,​Object> getLocationInfo()
      Getter for the location info object.
      Returns:
      the location info object.
    • getDetails

      public Map<String,​Object> getDetails()
      Getter for the details object.
      Returns:
      the details object.