public interface TestFlowInput extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<TestFlowInput>
This class represents the following YANG schema fragment defined in module test
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() |
Copyright © 2019 OpenDaylight. All rights reserved.