Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.Delay
-
-
Uses of Delay in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125 that return Delay Modifier and Type Method Description static DelayDelay. getDefaultInstance(String defaultValue)DelayEdgeAttributes. getDelay()Return delay, ornullif it is not present.DelayEdgeAttributes. 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.rev191125 with parameters of type Delay Constructor Description Delay(Delay source)Creates a copy from Source Object. -
Uses of Delay in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge that return Delay Modifier and Type Method Description DelayEdgeAttributesBuilder. getDelay()Return current value associated with the property corresponding toEdgeAttributes.getDelay().DelayEdgeAttributesBuilder. 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.rev191125.edge with parameters of type Delay Modifier and Type Method Description EdgeAttributesBuilderEdgeAttributesBuilder. setDelay(Delay value)Set the property corresponding toEdgeAttributes.getDelay()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setJitter(Delay 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.rev191125.edge.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.attributes that return Delay Modifier and Type Method Description DelayMinMaxDelay. getMaxDelay()Return maxDelay, ornullif it is not present.DelayMinMaxDelayBuilder. getMaxDelay()Return current value associated with the property corresponding toMinMaxDelay.getMaxDelay().DelayMinMaxDelay. getMinDelay()Return minDelay, ornullif it is not present.DelayMinMaxDelayBuilder. 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.rev191125.edge.attributes with parameters of type Delay Modifier and Type Method Description 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.
-