Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.attributes.MinMaxDelayBuilder
-
Packages that use MinMaxDelayBuilder Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.attributes -
-
Uses of MinMaxDelayBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.attributes that return MinMaxDelayBuilder Modifier and Type Method Description MinMaxDelayBuilderMinMaxDelayBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<MinMaxDelay> augmentation)Add an augmentation to this builder's product.MinMaxDelayBuilderMinMaxDelayBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MinMaxDelay>> augmentationType)Remove an augmentation from this builder's product.MinMaxDelayBuilderMinMaxDelayBuilder. setMaxDelay(Delay value)Set the property corresponding toMinMaxDelay.getMaxDelay()to the specified value.MinMaxDelayBuilderMinMaxDelayBuilder. setMinDelay(Delay value)Set the property corresponding toMinMaxDelay.getMinDelay()to the specified value.
-