| Interface | Description |
|---|---|
| OpendaylightTestRpcServiceService |
Interface for implementing the following YANG RPCs defined in module <b>opendaylight-test-rpc-service</b>
<br>(Source path: <i>META-INF/yang/opendaylight-test-rpc-service.yang</i>):
<pre>
rpc rock-the-house {
input {
leaf zip-code {
type string;
}
}
status CURRENT;
}
</pre>
|
| RockTheHouseInput |
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-test-rpc-service</b>
<br>(Source path: <i>META-INF/yang/opendaylight-test-rpc-service.yang</i>):
<pre>
container input {
leaf zip-code {
type string;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-test-rpc-service/rock-the-house/input</i>
<p>To create instances of this class use
RockTheHouseInputBuilder. |
| Class | Description |
|---|---|
| $YangModelBindingProvider | |
| $YangModuleInfoImpl | |
| RockTheHouseInputBuilder |
Class that builds
RockTheHouseInput instances. |
Copyright © 2015. All Rights Reserved.