Interface ExplicitRouteObject
- 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:
TeLspAttributes
@Generated("mdsal-binding-generator")
public interface ExplicitRouteObject
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module rsvp
grouping explicit-route-object { container explicit-route-object { uses rsvp-te-object; uses explicit-route-subobjects-list; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn explicitRouteObject, ornull
if it is not present.@NonNull ExplicitRouteObject
Return explicitRouteObject, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getExplicitRouteObject
ExplicitRouteObject getExplicitRouteObject()Return explicitRouteObject, ornull
if it is not present.Explicit Route Object
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.object.ExplicitRouteObject
explicitRouteObject, ornull
if it is not present.
-
nonnullExplicitRouteObject
@NonNull ExplicitRouteObject nonnullExplicitRouteObject()Return explicitRouteObject, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.explicit.route.object.ExplicitRouteObject
explicitRouteObject, or an empty instance if it is not present.
-