| Package | Description |
|---|---|
| org.graylog.events.fields |
| Modifier and Type | Method and Description |
|---|---|
abstract FieldValueType |
EventFieldSpec.dataType() |
abstract FieldValueType |
FieldValue.dataType() |
static FieldValueType |
FieldValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldValueType[] |
FieldValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldValue |
FieldValue.create(FieldValueType dataType,
String value) |
abstract EventFieldSpec.Builder |
EventFieldSpec.Builder.dataType(FieldValueType dataType) |
abstract FieldValue.Builder |
FieldValue.Builder.dataType(FieldValueType dataType) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.