public class NetflowField extends Object implements NetflowElement
NetflowElement.Type| Constructor and Description |
|---|
NetflowField(int index,
int length) |
NetflowField(int index,
String id,
NetflowElement.Type type)
Ctor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
int |
getLength() |
NetflowElement.Type |
getType() |
static List<NetflowField> |
init()
You must call this method before anything else.
|
boolean |
isTimestamp() |
NetflowField |
markAsTimestamp() |
String |
toString() |
public NetflowField(int index,
String id,
NetflowElement.Type type)
index - the indexid - the idtype - the typepublic NetflowField(int index,
int length)
public static List<NetflowField> init()
public NetflowElement.Type getType()
getType in interface NetflowElementpublic int getLength()
getLength in interface NetflowElementpublic String getId()
getId in interface NetflowElementpublic boolean isTimestamp()
isTimestamp in interface NetflowElementpublic NetflowField markAsTimestamp()
Copyright © 2023. All rights reserved.