Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.attributes.UnreservedBandwidth
-
-
Uses of UnreservedBandwidth 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 types with arguments of type UnreservedBandwidth Modifier and Type Method Description @Nullable List<UnreservedBandwidth>EdgeAttributes. getUnreservedBandwidth()Return unreservedBandwidth, ornullif it is not present.default @NonNull List<UnreservedBandwidth>EdgeAttributes. nonnullUnreservedBandwidth()Return unreservedBandwidth, or an empty list if it is not present. -
Uses of UnreservedBandwidth 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 types with arguments of type UnreservedBandwidth Modifier and Type Method Description List<UnreservedBandwidth>EdgeAttributesBuilder. getUnreservedBandwidth()Return current value associated with the property corresponding toEdgeAttributes.getUnreservedBandwidth().Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge with type arguments of type UnreservedBandwidth Modifier and Type Method Description EdgeAttributesBuilderEdgeAttributesBuilder. setUnreservedBandwidth(List<UnreservedBandwidth> values)Set the property corresponding toEdgeAttributes.getUnreservedBandwidth()to the specified value. -
Uses of UnreservedBandwidth 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 UnreservedBandwidth Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<UnreservedBandwidth>>
E$$UnreservedBandwidthBuilder. 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 UnreservedBandwidth Modifier and Type Method Description @NonNull UnreservedBandwidthUnreservedBandwidthBuilder. build()A newUnreservedBandwidthinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.attributes that return types with arguments of type UnreservedBandwidth Modifier and Type Method Description default Class<UnreservedBandwidth>UnreservedBandwidth. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.attributes with parameters of type UnreservedBandwidth Modifier and Type Method Description static booleanUnreservedBandwidth. bindingEquals(@NonNull UnreservedBandwidth thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intUnreservedBandwidth. bindingHashCode(@NonNull UnreservedBandwidth obj)Default implementation ofObject.hashCode()contract for this interface.static StringUnreservedBandwidth. bindingToString(@NonNull UnreservedBandwidth 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 UnreservedBandwidth Modifier and Type Method Description UnreservedBandwidthBuilderUnreservedBandwidthBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<UnreservedBandwidth> augmentation)Add an augmentation to this builder's product.UnreservedBandwidthBuilderUnreservedBandwidthBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnreservedBandwidth>> 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 UnreservedBandwidth Constructor Description UnreservedBandwidthBuilder(UnreservedBandwidth base)Construct a builder initialized with state from specifiedUnreservedBandwidth.
-