Package org.graylog.integrations.ipfix
Class ShallowDataSet
java.lang.Object
org.graylog.integrations.ipfix.ShallowDataSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract byte[]content()static ShallowDataSetcreate(int templateId, long epochSeconds, byte[] content) abstract longabstract int
-
Constructor Details
-
ShallowDataSet
public ShallowDataSet()
-
-
Method Details
-
templateId
public abstract int templateId() -
epochSeconds
public abstract long epochSeconds() -
content
public abstract byte[] content() -
create
-