Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute.UnreservedBandwidth
Packages that use UnreservedBandwidth
Package
Description
-
Uses of UnreservedBandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120 that return types with arguments of type UnreservedBandwidthModifier and TypeMethodDescription@Nullable Map
<UnreservedBandwidthKey, UnreservedBandwidth> LinkstateAttribute.getUnreservedBandwidth()
Return unreservedBandwidth, ornull
if it is not present.default @NonNull Map
<UnreservedBandwidthKey, UnreservedBandwidth> LinkstateAttribute.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.bgp.linkstate.rev200120.linkstate.attribute
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.attribute with type parameters of type UnreservedBandwidthModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.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.bgp.linkstate.rev200120.linkstate.attribute 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.bgp.linkstate.rev200120.linkstate.attribute 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.bgp.linkstate.rev200120.linkstate.attribute 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.bgp.linkstate.rev200120.linkstate.attribute with type arguments of type UnreservedBandwidthModifier and TypeMethodDescriptionUnreservedBandwidthBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<UnreservedBandwidth> augmentation) Add an augmentation to this builder's product.UnreservedBandwidthBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.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.bgp.linkstate.rev200120.linkstate.attribute with parameters of type UnreservedBandwidthModifierConstructorDescriptionConstruct a builder initialized with state from specifiedUnreservedBandwidth
. -
Uses of UnreservedBandwidth in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case that return types with arguments of type UnreservedBandwidthModifier and TypeMethodDescriptionLinkAttributesBuilder.getUnreservedBandwidth()
Return current value associated with the property corresponding toLinkstateAttribute.getUnreservedBandwidth()
.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.path.attribute.link.state.attribute.link.attributes._case with type arguments of type UnreservedBandwidthModifier and TypeMethodDescriptionLinkAttributesBuilder.setUnreservedBandwidth
(Map<UnreservedBandwidthKey, UnreservedBandwidth> values) Set the property corresponding toLinkstateAttribute.getUnreservedBandwidth()
to the specified value.