public class AuditLog extends Object
{ "_id": "123456", "application": "1234567890", "experiment": "abcbef", "user": { "_id": "999876", "email": "user@email.com", "name": "Mr Jenkins", "picture": "https://secure.gravatar.com/avatar/jenkins" }, "userName": "Mr Jenkins", "userEmail": "user@email.com", "action": "turned targeting on", "message": "Flag 'another flag' set to targeting on", "environmentId": "111111$", "creation_date": "2022-01-14T14:02:27.119Z", "__v": 0 }
Modifier and Type | Class and Description |
---|---|
static class |
AuditLog.User |
Constructor and Description |
---|
AuditLog() |
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
Date |
getCreationDate() |
String |
getMessage() |
AuditLog.User |
getUser() |
String |
getUserEmail() |
String |
getUserName() |
void |
setUser(AuditLog.User user) |
String |
toString() |
public AuditLog.User getUser()
public void setUser(AuditLog.User user)
public String getUserName()
public String getUserEmail()
public String getAction()
public String getMessage()
public Date getCreationDate()
Copyright © 2016–2023. All rights reserved.