Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes.MinMaxDelayBuilder
Package
Description
-
Uses of MinMaxDelayBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes
Modifier 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.