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