Class LocalPref

  • All Implemented Interfaces:
    Attribute

    public class LocalPref
    extends java.lang.Object
    implements Attribute
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.opennms.netmgt.telemetry.protocols.bmp.parser.proto.bgp.packets.pathattr.Attribute

        Attribute.Visitor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long preference  
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalPref​(io.netty.buffer.ByteBuf buffer, PeerFlags flags)  
    • Field Detail

      • preference

        public final long preference
    • Constructor Detail

      • LocalPref

        public LocalPref​(io.netty.buffer.ByteBuf buffer,
                         PeerFlags flags)
    • Method Detail

      • toString

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