All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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 final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Methods inherited from interface org.opendaylight.yangtools.yang.binding.BindingContract

    implementedInterface
  • Field Details

    • QNAME

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