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 TypeMethodDescriptionbooleangetName()@Valid Object@Valid ObjectinthashCode()voidvoidvoidsetNewValue(com.liferay.petra.function.UnsafeSupplier<Object, Exception> newValueUnsafeSupplier) voidsetNewValue(Object newValue) voidsetOldValue(com.liferay.petra.function.UnsafeSupplier<Object, Exception> oldValueUnsafeSupplier) voidsetOldValue(Object oldValue) static AuditFieldChangetoString()static AuditFieldChangeunsafeToDTO(String json)
-
Field Details
-
name
-
newValue
-
oldValue
-
xClassName
-
-
Constructor Details
-
AuditFieldChange
public AuditFieldChange()
-
-
Method Details