Package com.auth0.json.mgmt.logevents
Class LogEvent
java.lang.Object
com.auth0.json.mgmt.logevents.LogEvent
Class that represents an Auth0 Events object. Related to the
LogEventsEntity
entity.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the application's client id related to this event.Getter for the application's client name related to this event.getDate()
Getter for the date of this event.Getter for the details object.getId()
Getter for the id of this event.getIP()
Getter for the IP address related to this event.Getter for the location info object.getLogId()
Getter for the log_id of this event.getType()
Getter for the type of this event.Getter for the user id related to this event.Getter for the user name related to this event.
-
Constructor Details
-
LogEvent
public LogEvent()
-
-
Method Details
-
getId
Getter for the id of this event.- Returns:
- the id.
-
getLogId
Getter for the log_id of this event.- Returns:
- the log_id of this event.
-
getDate
Getter for the date of this event.- Returns:
- the date.
-
getType
Getter for the type of this event.- Returns:
- the type.
-
getClientId
Getter for the application's client id related to this event.- Returns:
- the application's client id.
-
getClientName
Getter for the application's client name related to this event.- Returns:
- the application's client name.
-
getIP
Getter for the IP address related to this event.- Returns:
- the IP address.
-
getUserId
Getter for the user id related to this event.- Returns:
- the user id.
-
getUserName
Getter for the user name related to this event.- Returns:
- the user id.
-
getLocationInfo
Getter for the location info object.- Returns:
- the location info object.
-
getDetails
Getter for the details object.- Returns:
- the details object.
-
getConnection
- Returns:
- the connection.
-
getConnectionId
- Returns:
- the connection ID
-
getDescription
- Returns:
- the description.
-
getHostname
- Returns:
- the hostname.
-
getAudience
- Returns:
- the audience.
-