Interface ListenerContainerData
- 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 Summary
Modifier and TypeMethodDescriptionReturn listenerTest, ornullif it is not present.@NonNull ListenerTestReturn listenerTest, or an empty instance if it is not present.
-
Method Details
-
getListenerTest
ListenerTest getListenerTest()Return listenerTest, ornullif it is not present.- Returns:
ListenerTestlistenerTest, ornullif it is not present.
-
nonnullListenerTest
@NonNull ListenerTest nonnullListenerTest()Return listenerTest, or an empty instance if it is not present.- Returns:
ListenerTestlistenerTest, or an empty instance if it is not present.
-