Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.Delay
Packages that use Delay
Package
Description
-
Uses of Delay 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 DelayModifier and TypeMethodDescriptionstatic DelayDelay.getDefaultInstance(String defaultValue) EdgeAttributes.getDelay()Return delay, ornullif it is not present.EdgeAttributes.getJitter()Return jitter, ornullif it is not present.default @NonNull DelayEdgeAttributes.requireDelay()Return delay, guaranteed to be non-null.default @NonNull DelayEdgeAttributes.requireJitter()Return jitter, guaranteed to be non-null.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720 with parameters of type Delay -
Uses of Delay 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 DelayModifier and TypeMethodDescriptionEdgeAttributesBuilder.getDelay()Return current value associated with the property corresponding toEdgeAttributes.getDelay().EdgeAttributesBuilder.getJitter()Return current value associated with the property corresponding toEdgeAttributes.getJitter().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge with parameters of type DelayModifier and TypeMethodDescriptionSet the property corresponding toEdgeAttributes.getDelay()to the specified value.Set the property corresponding toEdgeAttributes.getJitter()to the specified value. -
Uses of Delay 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 DelayModifier and TypeMethodDescriptionMinMaxDelay.getMaxDelay()Return maxDelay, ornullif it is not present.MinMaxDelayBuilder.getMaxDelay()Return current value associated with the property corresponding toMinMaxDelay.getMaxDelay().MinMaxDelay.getMinDelay()Return minDelay, ornullif it is not present.MinMaxDelayBuilder.getMinDelay()Return current value associated with the property corresponding toMinMaxDelay.getMinDelay().default @NonNull DelayMinMaxDelay.requireMaxDelay()Return maxDelay, guaranteed to be non-null.default @NonNull DelayMinMaxDelay.requireMinDelay()Return minDelay, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes with parameters of type DelayModifier and TypeMethodDescriptionMinMaxDelayBuilder.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.