Package com.liferay.object.rest.dto.v1_0
Class AuditEvent
java.lang.Object
com.liferay.object.rest.dto.v1_0.AuditEvent
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AuditFieldChange[]protected com.liferay.headless.delivery.dto.v1_0.Creatorprotected Dateprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid AuditFieldChange[]@Valid com.liferay.headless.delivery.dto.v1_0.CreatorinthashCode()voidsetAuditFieldChanges(AuditFieldChange[] auditFieldChanges) voidsetAuditFieldChanges(com.liferay.petra.function.UnsafeSupplier<AuditFieldChange[], Exception> auditFieldChangesUnsafeSupplier) 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) voidsetEventType(com.liferay.petra.function.UnsafeSupplier<String, Exception> eventTypeUnsafeSupplier) voidsetEventType(String eventType) static AuditEventtoString()static AuditEventunsafeToDTO(String json)
-
Field Details
-
auditFieldChanges
-
creator
protected com.liferay.headless.delivery.dto.v1_0.Creator creator -
dateCreated
-
eventType
-
xClassName
-
-
Constructor Details
-
AuditEvent
public AuditEvent()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getAuditFieldChanges
-
setAuditFieldChanges
-
setAuditFieldChanges
public void setAuditFieldChanges(com.liferay.petra.function.UnsafeSupplier<AuditFieldChange[], Exception> auditFieldChangesUnsafeSupplier) -
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
-
getEventType
-
setEventType
-
setEventType
-
equals
-
hashCode
public int hashCode() -
toString
-