public abstract class NetFlowV9OptionTemplate extends Object
| Constructor and Description |
|---|
NetFlowV9OptionTemplate() |
| Modifier and Type | Method and Description |
|---|---|
static NetFlowV9OptionTemplate |
create(int templateId,
List<NetFlowV9ScopeDef> scopeDefs,
List<NetFlowV9FieldDef> optionDefs) |
abstract com.google.common.collect.ImmutableList<NetFlowV9FieldDef> |
optionDefs() |
abstract com.google.common.collect.ImmutableList<NetFlowV9ScopeDef> |
scopeDefs() |
abstract int |
templateId() |
public abstract int templateId()
public abstract com.google.common.collect.ImmutableList<NetFlowV9ScopeDef> scopeDefs()
public abstract com.google.common.collect.ImmutableList<NetFlowV9FieldDef> optionDefs()
public static NetFlowV9OptionTemplate create(int templateId, List<NetFlowV9ScopeDef> scopeDefs, List<NetFlowV9FieldDef> optionDefs)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.