public interface RoutedSimpleRouteInput extends RpcInput, Augmentable<RoutedSimpleRouteInput>
This class represents the following YANG schema fragment defined in module opendaylight-test-routed-rpc
input { leaf route { type instance-identifier; ext:context-reference test-context; } }The schema path to identify an instance is opendaylight-test-routed-rpc/routed-simple-route/input
To create instances of this class use RoutedSimpleRouteInputBuilder
.
RoutedSimpleRouteInputBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable InstanceIdentifier<?> |
getRoute() |
getImplementedInterface
augmentation
@RoutingContext(value=TestContext.class) @Nullable InstanceIdentifier<?> getRoute()
org.opendaylight.yangtools.yang.binding.InstanceIdentifier
route
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.