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 {
       case notification {
         container notification {
           uses bgp-msg:notify-message;
         }
       }
       case fsm-event-code {
         leaf fsm-event-code {
           type uint16;
           default 0;
         }
       }
     }
     
    The schema path to identify an instance is bmp-messagepeer-downdata
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • 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