Interface LocalRoutesTop
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
OpenconfigLocalRoutingData
@Generated("mdsal-binding-generator")
public interface LocalRoutesTop
extends org.opendaylight.yangtools.binding.Grouping
Top-level grouping for local routes
This class represents the following YANG schema fragment defined in module openconfig-local-routing
grouping local-routes-top { container local-routes { container config { uses local-routes-config; } container state { config false; uses local-routes-config; uses local-routes-state; } uses local-static-top; uses local-aggregate-top; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn localRoutes, ornull
if it is not present.@NonNull LocalRoutes
Return localRoutes, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getLocalRoutes
LocalRoutes getLocalRoutes()Return localRoutes, ornull
if it is not present.Top-level container for local routes
- Returns:
LocalRoutes
localRoutes, ornull
if it is not present.
-
nonnullLocalRoutes
@NonNull LocalRoutes nonnullLocalRoutes()Return localRoutes, or an empty instance if it is not present.- Returns:
LocalRoutes
localRoutes, or an empty instance if it is not present.
-