Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.constraints.ExcludeRoute
Package
Description
-
Uses of ExcludeRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324
Modifier and TypeMethodDescriptionConstrainedPathBuilder.getExcludeRoute()
Return current value associated with the property corresponding toPathConstraints.getExcludeRoute()
.@Nullable List<ExcludeRoute>
PathConstraints.getExcludeRoute()
Return excludeRoute, ornull
if it is not present.default @NonNull List<ExcludeRoute>
PathConstraints.nonnullExcludeRoute()
Return excludeRoute, or an empty list if it is not present.Modifier and TypeMethodDescriptionConstrainedPathBuilder.setExcludeRoute
(List<ExcludeRoute> values) Set the property corresponding toPathConstraints.getExcludeRoute()
to the specified value. -
Uses of ExcludeRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.get.constrained.path.input
Modifier and TypeMethodDescriptionConstraintsBuilder.getExcludeRoute()
Return current value associated with the property corresponding toPathConstraints.getExcludeRoute()
.Modifier and TypeMethodDescriptionConstraintsBuilder.setExcludeRoute
(List<ExcludeRoute> values) Set the property corresponding toPathConstraints.getExcludeRoute()
to the specified value. -
Uses of ExcludeRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.constraints
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ExcludeRoute>>
E$$ExcludeRouteBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull ExcludeRoute
ExcludeRouteBuilder.build()
A newExcludeRoute
instance.Modifier and TypeMethodDescriptiondefault Class<ExcludeRoute>
ExcludeRoute.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
ExcludeRoute.bindingEquals
(@NonNull ExcludeRoute thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ExcludeRoute.bindingHashCode
(@NonNull ExcludeRoute obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ExcludeRoute.bindingToString
(@NonNull ExcludeRoute obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionExcludeRouteBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<ExcludeRoute> augmentation) Add an augmentation to this builder's product.ExcludeRouteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ExcludeRoute>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedExcludeRoute
. -
Uses of ExcludeRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp.intended.path
Modifier and TypeMethodDescriptionConstraintsBuilder.getExcludeRoute()
Return current value associated with the property corresponding toPathConstraints.getExcludeRoute()
.Modifier and TypeMethodDescriptionConstraintsBuilder.setExcludeRoute
(List<ExcludeRoute> values) Set the property corresponding toPathConstraints.getExcludeRoute()
to the specified value.