public interface UpdatePassword
extends org.apache.logging.log4j.audit.AuditEvent
| Modifier and Type | Method and Description |
|---|---|
void |
setTimestamp(String timestamp)
Timestamp : Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezone
|
void |
setUserId(String userId)
UserId : Id of the User
|
void setTimestamp(String timestamp)
timestamp - Time of action occurrence preferably in ISO-8601 datetime format, using UTC timezonevoid setUserId(String userId)
userId - Id of the UserCopyright © 2016–2021. All rights reserved.