Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.get.constrained.path.input.ConstraintsBuilder
- 
Packages that use ConstraintsBuilder Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.get.constrained.path.input 
- 
- 
Uses of ConstraintsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.get.constrained.path.inputMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.get.constrained.path.input that return ConstraintsBuilder Modifier and Type Method Description ConstraintsBuilderConstraintsBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Constraints> augmentation)Add an augmentation to this builder's product.ConstraintsBuilderConstraintsBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Constraints>> augmentationType)Remove an augmentation from this builder's product.ConstraintsBuilderConstraintsBuilder. setAddressFamily(AddressFamily value)Set the property corresponding toPathConstraints.getAddressFamily()to the specified value.ConstraintsBuilderConstraintsBuilder. setAdminGroup(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toPathConstraints.getAdminGroup()to the specified value.ConstraintsBuilderConstraintsBuilder. setBandwidth(DecimalBandwidth value)Set the property corresponding toPathConstraints.getBandwidth()to the specified value.ConstraintsBuilderConstraintsBuilder. setClassType(org.opendaylight.yangtools.yang.common.Uint8 value)Set the property corresponding toPathConstraints.getClassType()to the specified value.ConstraintsBuilderConstraintsBuilder. setDelay(Delay value)Set the property corresponding toPathConstraints.getDelay()to the specified value.ConstraintsBuilderConstraintsBuilder. setExcludeRoute(List<ExcludeRoute> values)Set the property corresponding toPathConstraints.getExcludeRoute()to the specified value.ConstraintsBuilderConstraintsBuilder. setIncludeRoute(List<IncludeRoute> values)Set the property corresponding toPathConstraints.getIncludeRoute()to the specified value.ConstraintsBuilderConstraintsBuilder. setJitter(Delay value)Set the property corresponding toPathConstraints.getJitter()to the specified value.ConstraintsBuilderConstraintsBuilder. setLoss(Loss value)Set the property corresponding toPathConstraints.getLoss()to the specified value.ConstraintsBuilderConstraintsBuilder. setMetric(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toPathConstraints.getMetric()to the specified value.ConstraintsBuilderConstraintsBuilder. setTeMetric(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toPathConstraints.getTeMetric()to the specified value.
 
-