Interface Data

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<PeerDown>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    FsmEventCode, Notification

    @Generated("mdsal-binding-generator")
    public interface Data
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<PeerDown>

    This class represents the following YANG schema fragment defined in module bmp-message

     choice data {
       container notification {
         uses bgp-msg:notify-message;
       }
       leaf fsm-event-code {
         type uint16;
         default 0;
       }
     }
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.