Interface ListenerContainerData

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

    public interface ListenerContainerData
    extends org.opendaylight.yangtools.yang.binding.DataRoot

    This class represents the following YANG schema fragment defined in module listener-container

     module listener-container {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:controller:md:sal:test:listener;
       prefix test;
       revision 2015-08-25 {
       }
       container listener-test {
         list list-item {
           key "sip op";
           leaf sip {
             type string;
           }
           leaf op {
             type uint32;
           }
         }
       }
     }
     
    • Method Detail

      • getListenerTest

        @Nullable ListenerTest getListenerTest()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825.ListenerTest listenerTest, or null if not present