Package com.liferay.object.rest.dto.v1_0
Class AuditFieldChange
java.lang.Object
com.liferay.object.rest.dto.v1_0.AuditFieldChange
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
@Valid Object
@Valid Object
int
hashCode()
void
void
void
setNewValue
(com.liferay.petra.function.UnsafeSupplier<Object, Exception> newValueUnsafeSupplier) void
setNewValue
(Object newValue) void
setOldValue
(com.liferay.petra.function.UnsafeSupplier<Object, Exception> oldValueUnsafeSupplier) void
setOldValue
(Object oldValue) static AuditFieldChange
toString()
static AuditFieldChange
unsafeToDTO
(String json)
-
Field Details
-
name
-
newValue
-
oldValue
-
xClassName
-
-
Constructor Details
-
AuditFieldChange
public AuditFieldChange()
-
-
Method Details