public class LogEvent extends Object implements Serializable
Constructor and Description |
---|
LogEvent() |
Modifier and Type | Method and Description |
---|---|
String |
getClientId()
Getter for the application's client id related to this event.
|
String |
getClientName()
Getter for the application's client name related to this event.
|
Date |
getDate()
Getter for the date of this event.
|
Map<String,Object> |
getDetails()
Getter for the details object.
|
String |
getId()
Getter for the id of this event.
|
String |
getIP()
Getter for the IP address related to this event.
|
Map<String,Object> |
getLocationInfo()
Getter for the location info object.
|
String |
getType()
Getter for the type of this event.
|
String |
getUserId()
Getter for the user id related to this event.
|
public String getId()
public Date getDate()
public String getType()
public String getClientId()
public String getClientName()
public String getIP()
public String getUserId()
public Map<String,Object> getLocationInfo()
Copyright © 2022. All rights reserved.