Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.attributes.MinMaxDelay
-
-
Uses of MinMaxDelay 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 MinMaxDelay Modifier and Type Method Description MinMaxDelayEdgeAttributes. getMinMaxDelay()Return minMaxDelay, ornullif it is not present. -
Uses of MinMaxDelay 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 MinMaxDelay Modifier and Type Method Description MinMaxDelayEdgeAttributesBuilder. 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.rev191125.edge with parameters of type MinMaxDelay Modifier and Type Method Description EdgeAttributesBuilderEdgeAttributesBuilder. 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.rev191125.edge.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.attributes with type parameters of type MinMaxDelay Modifier and Type Method Description <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.rev191125.edge.attributes that return MinMaxDelay Modifier and Type Method Description @NonNull MinMaxDelayMinMaxDelayBuilder. build()A newMinMaxDelayinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.attributes that return types with arguments of type MinMaxDelay Modifier and Type Method Description default Class<MinMaxDelay>MinMaxDelay. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.attributes with parameters of type MinMaxDelay Modifier and Type Method Description static 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.rev191125.edge.attributes with type arguments of type MinMaxDelay Modifier and Type Method Description MinMaxDelayBuilderMinMaxDelayBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<MinMaxDelay> augmentation)Add an augmentation to this builder's product.MinMaxDelayBuilderMinMaxDelayBuilder. 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.rev191125.edge.attributes with parameters of type MinMaxDelay Constructor Description MinMaxDelayBuilder(MinMaxDelay base)Construct a builder initialized with state from specifiedMinMaxDelay.
-