Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329
Interface LabeledUnicastRoutes
- 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:
LabeledUnicastRoutesCase
,LabeledUnicastRoutesCase
,LabeledUnicastRoutesCase
,LabeledUnicastRoutesCase
,LabeledUnicastRoutesCase
,LabeledUnicastRoutesCase
,LabeledUnicastRoutesCase
@Generated("mdsal-binding-generator")
public interface LabeledUnicastRoutes
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-labeled-unicast
grouping labeled-unicast-routes { container labeled-unicast-routes { uses labeled-unicast-routes-list; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn labeledUnicastRoutes, ornull
if it is not present.@NonNull LabeledUnicastRoutes
Return labeledUnicastRoutes, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getLabeledUnicastRoutes
LabeledUnicastRoutes getLabeledUnicastRoutes()Return labeledUnicastRoutes, ornull
if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.routes.LabeledUnicastRoutes
labeledUnicastRoutes, ornull
if it is not present.
-
nonnullLabeledUnicastRoutes
@NonNull LabeledUnicastRoutes nonnullLabeledUnicastRoutes()Return labeledUnicastRoutes, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.labeled.unicast.routes.LabeledUnicastRoutes
labeledUnicastRoutes, or an empty instance if it is not present.
-