Class AuditEvent
java.lang.Object
com.liferay.portal.security.audit.rest.client.dto.v1_0.AuditEvent
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetId()inthashCode()voidsetAccountId(UnsafeSupplier<Long, Exception> accountIdUnsafeSupplier) voidsetAccountId(Long accountId) voidsetAdditionalInfo(UnsafeSupplier<Map<String, ?>, Exception> additionalInfoUnsafeSupplier) voidsetAdditionalInfo(Map<String, ?> additionalInfo) voidsetClientHost(UnsafeSupplier<String, Exception> clientHostUnsafeSupplier) voidsetClientHost(String clientHost) voidsetClientIP(UnsafeSupplier<String, Exception> clientIPUnsafeSupplier) voidsetClientIP(String clientIP) voidsetContextName(UnsafeSupplier<String, Exception> contextNameUnsafeSupplier) voidsetContextName(String contextName) voidsetCreator(Creator creator) voidsetCreator(UnsafeSupplier<Creator, Exception> creatorUnsafeSupplier) voidsetDateCreated(UnsafeSupplier<Date, Exception> dateCreatedUnsafeSupplier) voidsetDateCreated(Date dateCreated) voidsetEntityId(UnsafeSupplier<Long, Exception> entityIdUnsafeSupplier) voidsetEntityId(Long entityId) voidsetEntityType(UnsafeSupplier<String, Exception> entityTypeUnsafeSupplier) voidsetEntityType(String entityType) voidsetEventType(UnsafeSupplier<String, Exception> eventTypeUnsafeSupplier) voidsetEventType(String eventType) voidsetGroupId(UnsafeSupplier<Long, Exception> groupIdUnsafeSupplier) voidsetGroupId(Long groupId) voidsetId(UnsafeSupplier<Long, Exception> idUnsafeSupplier) voidvoidsetServerName(UnsafeSupplier<String, Exception> serverNameUnsafeSupplier) voidsetServerName(String serverName) static AuditEventtoString()
-
Field Details
-
accountId
-
additionalInfo
-
clientHost
-
clientIP
-
contextName
-
creator
-
dateCreated
-
entityId
-
entityType
-
eventType
-
groupId
-
id
-
serverName
-
-
Constructor Details
-
AuditEvent
public AuditEvent()
-
-
Method Details
-
toDTO
-
getAccountId
-
setAccountId
-
setAccountId
-
getAdditionalInfo
-
setAdditionalInfo
-
setAdditionalInfo
-
getClientHost
-
setClientHost
-
setClientHost
-
getClientIP
-
setClientIP
-
setClientIP
-
getContextName
-
setContextName
-
setContextName
-
getCreator
-
setCreator
-
setCreator
-
getDateCreated
-
setDateCreated
-
setDateCreated
-
getEntityId
-
setEntityId
-
setEntityId
-
getEntityType
-
setEntityType
-
setEntityType
-
getEventType
-
setEventType
-
setEventType
-
getGroupId
-
setGroupId
-
setGroupId
-
getId
-
setId
-
setId
-
getServerName
-
setServerName
-
setServerName
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
equals
-
hashCode
public int hashCode() -
toString
-