Class InformationElement

java.lang.Object
org.graylog.integrations.ipfix.InformationElement

public abstract class InformationElement extends Object
  • Constructor Details

    • InformationElement

      public InformationElement()
  • Method Details

    • id

      public abstract int id()
    • length

      public abstract int length()
    • enterpriseNumber

      public abstract long enterpriseNumber()
    • create

      public static InformationElement create(int id, int length, long enterpriseNumber)