Class UndeclaredValue


  • public class UndeclaredValue
    extends Value<byte[]>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.opennms.netmgt.telemetry.protocols.netflow.parser.ie.Value

        Value.Visitor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] value  
    • Constructor Summary

      Constructors 
      Constructor Description
      UndeclaredValue​(int informationElementId, byte[] value)  
      UndeclaredValue​(java.util.Optional<java.lang.Long> enterpriseNumber, int informationElementId, byte[] value)  
    • Field Detail

      • value

        public final byte[] value
    • Constructor Detail

      • UndeclaredValue

        public UndeclaredValue​(java.util.Optional<java.lang.Long> enterpriseNumber,
                               int informationElementId,
                               byte[] value)
      • UndeclaredValue

        public UndeclaredValue​(int informationElementId,
                               byte[] value)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getValue

        public byte[] getValue()
        Specified by:
        getValue in class Value<byte[]>
      • parser

        public static InformationElement parser​(java.util.Optional<java.lang.Long> enterpriseNumber,
                                                int informationElementId)
      • nameFor

        public static java.lang.String nameFor​(java.util.Optional<java.lang.Long> enterpriseNumber,
                                               int informationElementId)