Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes.UnreservedBandwidth
Packages that use UnreservedBandwidth
Package
Description
-
Uses of UnreservedBandwidth 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 types with arguments of type UnreservedBandwidthModifier and TypeMethodDescription@Nullable List<UnreservedBandwidth>
EdgeAttributes.getUnreservedBandwidth()
Return unreservedBandwidth, ornull
if 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.rev220720.edge
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge that return types with arguments of type UnreservedBandwidthModifier and TypeMethodDescriptionEdgeAttributesBuilder.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.rev220720.edge with type arguments of type UnreservedBandwidthModifier and TypeMethodDescriptionEdgeAttributesBuilder.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.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 UnreservedBandwidthModifier and TypeMethodDescription<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.rev220720.edge.attributes that return UnreservedBandwidthModifier and TypeMethodDescription@NonNull UnreservedBandwidth
UnreservedBandwidthBuilder.build()
A newUnreservedBandwidth
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes that return types with arguments of type UnreservedBandwidthModifier and TypeMethodDescriptiondefault Class<UnreservedBandwidth>
UnreservedBandwidth.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.edge.attributes with parameters of type UnreservedBandwidthModifier and TypeMethodDescriptionstatic boolean
UnreservedBandwidth.bindingEquals
(@NonNull UnreservedBandwidth thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
UnreservedBandwidth.bindingHashCode
(@NonNull UnreservedBandwidth obj) Default implementation ofObject.hashCode()
contract for this interface.static String
UnreservedBandwidth.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.rev220720.edge.attributes with type arguments of type UnreservedBandwidthModifier and TypeMethodDescriptionUnreservedBandwidthBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<UnreservedBandwidth> augmentation) Add an augmentation to this builder's product.UnreservedBandwidthBuilder.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.rev220720.edge.attributes with parameters of type UnreservedBandwidthModifierConstructorDescriptionConstruct a builder initialized with state from specifiedUnreservedBandwidth
.