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

@Generated("mdsal-binding-generator") 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 Details

    • getListenerTest

      ListenerTest getListenerTest()
      Return listenerTest, or null if it is not present.
      Returns:
      ListenerTest listenerTest, or null if it is not present.
    • nonnullListenerTest

      @NonNull ListenerTest nonnullListenerTest()
      Return listenerTest, or an empty instance if it is not present.
      Returns:
      ListenerTest listenerTest, or an empty instance if it is not present.