Interface OpendaylightTestNotificationData

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.DataRoot

    @Generated("mdsal-binding-generator")
    public interface OpendaylightTestNotificationData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    Test model for testing of registering notification listener and publishing of notification.

    This class represents the following YANG schema fragment defined in module opendaylight-test-notification

     module opendaylight-test-notification {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:controller:md:sal:test:bi:ba:notification;
       prefix ntf;
       revision 2015-02-05 {
       }
       notification out-of-pixie-dust-notification {
         leaf reason {
           type string;
         }
         leaf days-till-new-dust {
           type uint16;
         }
       }
     }