Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp.intended.path.Constraints
Packages that use Constraints
Package
Description
-
Uses of Constraints in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp that return ConstraintsModifier and TypeMethodDescriptionIntendedPath.getConstraints()Return constraints, ornullif it is not present.IntendedPathBuilder.getConstraints()Return current value associated with the property corresponding toIntendedPath.getConstraints().@NonNull ConstraintsIntendedPath.nonnullConstraints()Return constraints, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp with parameters of type ConstraintsModifier and TypeMethodDescriptionIntendedPathBuilder.setConstraints(Constraints value) Set the property corresponding toIntendedPath.getConstraints()to the specified value. -
Uses of Constraints 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 with type parameters of type ConstraintsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Constraints>>
E$$ConstraintsBuilder.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.pcep.server.rev220321.pcc.configured.lsp.configured.lsp.intended.path that return ConstraintsModifier and TypeMethodDescription@NonNull ConstraintsConstraintsBuilder.build()A newConstraintsinstance.static @NonNull ConstraintsConstraintsBuilder.empty()Get empty instance of Constraints.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 ConstraintsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp.intended.path with parameters of type ConstraintsModifier and TypeMethodDescriptionstatic booleanConstraints.bindingEquals(@NonNull Constraints thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intConstraints.bindingHashCode(@NonNull Constraints obj) Default implementation ofObject.hashCode()contract for this interface.static StringConstraints.bindingToString(@NonNull Constraints obj) Default implementation ofObject.toString()contract for this interface.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 ConstraintsModifier and TypeMethodDescriptionConstraintsBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Constraints> augmentation) Add an augmentation to this builder's product.ConstraintsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Constraints>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.server.rev220321.pcc.configured.lsp.configured.lsp.intended.path with parameters of type ConstraintsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedConstraints.