Interface Messages

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Messages>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<State9>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Messages
    extends org.opendaylight.yangtools.yang.binding.ChildOf<State9>, org.opendaylight.yangtools.yang.binding.Augmentable<Messages>
    Counters for BGP messages sent and received from the neighbor

    This class represents the following YANG schema fragment defined in module openconfig-bgp

     container messages {
       container sent {
         uses bgp-op:bgp-neighbor-message-counters-sent_state;
       }
       container received {
         uses bgp-op:bgp-neighbor-message-counters-received_state;
       }
     }
     
    The schema path to identify an instance is openconfig-bgp/bgp/neighbors/neighbor/state/messages

    To create instances of this class use MessagesBuilder.

    See Also:
    MessagesBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Messages> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getSent

        @Nullable Sent getSent()
        Counters relating to BGP messages sent to the neighbor
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state.messages.Sent sent, or null if not present
      • getReceived

        @Nullable Received getReceived()
        Counters for BGP messages received from the neighbor
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state.messages.Received received, or null if not present