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