public interface TestFlowInput extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<TestFlowInput>
This class represents the following YANG schema fragment defined in module test
container input { leaf dummy { type string; } }The schema path to identify an instance is test/test-flow/input
To create instances of this class use TestFlowInputBuilder
.
TestFlowInputBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
String |
getDummy() |
String getDummy()
java.lang.String
dummy
, or null
if not presentCopyright © 2018 OpenDaylight. All rights reserved.