public final class ModifierFieldValue extends Object implements FieldValue
| Constructor and Description |
|---|
ModifierFieldValue(User value)
Creates a new
ModifierFieldValue instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FieldType |
getType()
Returns the type of field.
|
User |
getValue()
The user who updated the record.
|
int |
hashCode() |
String |
toString() |
isBuiltin@ConstructorProperties(value="value") public ModifierFieldValue(User value)
ModifierFieldValue instance.value - The user who updated the record.public FieldType getType()
getType in interface FieldValuepublic User getValue()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object