Package org.graylog.integrations.ipfix
Class InformationElement
java.lang.Object
org.graylog.integrations.ipfix.InformationElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InformationElementcreate(int id, int length, long enterpriseNumber) abstract longabstract intid()abstract intlength()
-
Constructor Details
-
InformationElement
public InformationElement()
-
-
Method Details
-
id
public abstract int id() -
length
public abstract int length() -
enterpriseNumber
public abstract long enterpriseNumber() -
create
-