Package org.graylog.integrations.ipfix
Class TemplateRecord.Builder
java.lang.Object
org.graylog.integrations.ipfix.TemplateRecord.Builder
- Enclosing class:
- TemplateRecord
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddInformationElement(InformationElement informationElement) abstract TemplateRecordbuild()abstract TemplateRecord.BuilderinformationElements(com.google.common.collect.ImmutableList<InformationElement> informationElements) abstract com.google.common.collect.ImmutableList.Builder<InformationElement>abstract TemplateRecord.BuildertemplateId(int templateId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
templateId
-
informationElements
public abstract TemplateRecord.Builder informationElements(com.google.common.collect.ImmutableList<InformationElement> informationElements) -
informationElementsBuilder
public abstract com.google.common.collect.ImmutableList.Builder<InformationElement> informationElementsBuilder() -
addInformationElement
-
build
-