public abstract class NetFlowV9FieldType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NetFlowV9FieldType.ValueType |
| Constructor and Description |
|---|
NetFlowV9FieldType() |
| Modifier and Type | Method and Description |
|---|---|
static NetFlowV9FieldType |
create(int id,
NetFlowV9FieldType.ValueType valueType,
String name) |
abstract int |
id() |
abstract String |
name() |
abstract NetFlowV9FieldType.ValueType |
valueType() |
public abstract int id()
public abstract NetFlowV9FieldType.ValueType valueType()
public abstract String name()
public static NetFlowV9FieldType create(int id, NetFlowV9FieldType.ValueType valueType, String name)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.