Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes.MinMaxDelay
Packages that use MinMaxDelay
Package
Description
-
Uses of MinMaxDelay in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720 that return MinMaxDelayModifier and TypeMethodDescriptionEdgeAttributes.getMinMaxDelay()Return minMaxDelay, ornullif it is not present.@NonNull MinMaxDelayEdgeAttributes.nonnullMinMaxDelay()Return minMaxDelay, or an empty instance if it is not present. -
Uses of MinMaxDelay in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge that return MinMaxDelayModifier and TypeMethodDescriptionEdgeAttributesBuilder.getMinMaxDelay()Return current value associated with the property corresponding toEdgeAttributes.getMinMaxDelay().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge with parameters of type MinMaxDelayModifier and TypeMethodDescriptionEdgeAttributesBuilder.setMinMaxDelay(MinMaxDelay value) Set the property corresponding toEdgeAttributes.getMinMaxDelay()to the specified value. -
Uses of MinMaxDelay 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 with type parameters of type MinMaxDelayModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<MinMaxDelay>>
E$$MinMaxDelayBuilder.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.graph.rev220720.edge.attributes that return MinMaxDelayModifier and TypeMethodDescription@NonNull MinMaxDelayMinMaxDelayBuilder.build()A newMinMaxDelayinstance.static @NonNull MinMaxDelayMinMaxDelayBuilder.empty()Get empty instance of MinMaxDelay.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes that return types with arguments of type MinMaxDelayMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes with parameters of type MinMaxDelayModifier and TypeMethodDescriptionstatic booleanMinMaxDelay.bindingEquals(@NonNull MinMaxDelay thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intMinMaxDelay.bindingHashCode(@NonNull MinMaxDelay obj) Default implementation ofObject.hashCode()contract for this interface.static StringMinMaxDelay.bindingToString(@NonNull MinMaxDelay obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes with type arguments of type MinMaxDelayModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes with parameters of type MinMaxDelayModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMinMaxDelay.