Interface ListenerContainerData
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot
public interface ListenerContainerData extends org.opendaylight.yangtools.yang.binding.DataRootThis 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable ListenerTestgetListenerTest()
-
-
-
Method Detail
-
getListenerTest
@Nullable ListenerTest getListenerTest()
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.test.listener.rev150825.ListenerTestlistenerTest, ornullif not present
-
-