Interface NcNotificationsData

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

    @Generated("mdsal-binding-generator")
    public interface NcNotificationsData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    Conversion of the 'manageEvent' XSD in the NETCONF Notifications RFC.

    This class represents the following YANG schema fragment defined in module nc-notifications

     module nc-notifications {
       namespace urn:ietf:params:xml:ns:netmod:notification;
       prefix manageEvent;
       import ietf-yang-types {
         prefix yang;
         revision-date 2013-07-15;
       }
       import notifications {
         prefix ncEvent;
         revision-date 2008-07-14;
       }
       revision 2008-07-14 {
       }
       container netconf {
         config false;
         container streams {
           list stream {
             key name;
             min-elements 1;
             leaf name {
               type ncEvent:streamNameType;
             }
             leaf description {
               type string;
             }
             leaf replaySupport {
               type boolean;
             }
             leaf replayLogCreationTime {
               type yang:date-and-time;
             }
           }
         }
       }
       notification replayComplete {
       }
       notification notificationComplete {
       }
     }
     
    • Method Detail

      • getNetconf

        Netconf getNetconf()
        Return netconf, or null if it is not present.
             
                 Top-level element in the notification namespace
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714.Netconf netconf, or null if it is not present.