Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.constraints.ExcludeRoute
Packages that use ExcludeRoute
Package
Description
-
Uses of ExcludeRoute in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 that return types with arguments of type ExcludeRouteModifier 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.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324 with type arguments of type ExcludeRouteModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.get.constrained.path.input that return types with arguments of type ExcludeRouteModifier and TypeMethodDescriptionConstraintsBuilder.getExcludeRoute()
Return current value associated with the property corresponding toPathConstraints.getExcludeRoute()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.get.constrained.path.input with type arguments of type ExcludeRouteModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.constraints with type parameters of type ExcludeRouteModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ExcludeRoute>>
E$$ExcludeRouteBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.constraints that return ExcludeRouteModifier and TypeMethodDescription@NonNull ExcludeRoute
ExcludeRouteBuilder.build()
A newExcludeRoute
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.constraints that return types with arguments of type ExcludeRouteModifier and TypeMethodDescriptiondefault Class
<ExcludeRoute> ExcludeRoute.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.constraints with parameters of type ExcludeRouteModifier 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.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.constraints with type arguments of type ExcludeRouteModifier and TypeMethodDescriptionExcludeRouteBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<ExcludeRoute> augmentation) Add an augmentation to this builder's product.ExcludeRouteBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ExcludeRoute>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.path.constraints with parameters of type ExcludeRouteModifierConstructorDescriptionConstruct 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp.intended.path that return types with arguments of type ExcludeRouteModifier and TypeMethodDescriptionConstraintsBuilder.getExcludeRoute()
Return current value associated with the property corresponding toPathConstraints.getExcludeRoute()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp.intended.path with type arguments of type ExcludeRouteModifier and TypeMethodDescriptionConstraintsBuilder.setExcludeRoute
(List<ExcludeRoute> values) Set the property corresponding toPathConstraints.getExcludeRoute()
to the specified value.