public abstract class ChangedField extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangedField.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_AFTER |
static String |
FIELD_BEFORE |
| Constructor and Description |
|---|
ChangedField() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
after() |
abstract Object |
before() |
static ChangedField.Builder |
builder() |
public static final String FIELD_BEFORE
public static final String FIELD_AFTER
public abstract Object before()
public abstract Object after()
public static ChangedField.Builder builder()
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.