Interface LinkstateRoutes
- 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:
LinkstateRoutesCase
,LinkstateRoutesCase
,LinkstateRoutesCase
,LinkstateRoutesCase
,LinkstateRoutesCase
,LinkstateRoutesCase
,LinkstateRoutesCase
@Generated("mdsal-binding-generator")
public interface LinkstateRoutes
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-linkstate
grouping linkstate-routes { container linkstate-routes { list linkstate-route { key "route-key path-id"; uses linkstate; uses bgp-rib:route { augment attributes { uses linkstate-path-attribute; } } } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn linkstateRoutes, ornull
if it is not present.@NonNull LinkstateRoutes
Return linkstateRoutes, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getLinkstateRoutes
LinkstateRoutes getLinkstateRoutes()Return linkstateRoutes, ornull
if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.routes.LinkstateRoutes
linkstateRoutes, ornull
if it is not present.
-
nonnullLinkstateRoutes
@NonNull LinkstateRoutes nonnullLinkstateRoutes()Return linkstateRoutes, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.routes.LinkstateRoutes
linkstateRoutes, or an empty instance if it is not present.
-