Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community.LinkBandwidthCase
Package
Description
-
Uses of LinkBandwidthCase in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.extended.community.extended.community
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LinkBandwidthCase>>
E$$LinkBandwidthCaseBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull LinkBandwidthCase
LinkBandwidthCaseBuilder.build()
A newLinkBandwidthCase
instance.Modifier and TypeMethodDescriptiondefault Class
<LinkBandwidthCase> LinkBandwidthCase.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
LinkBandwidthCase.bindingEquals
(@NonNull LinkBandwidthCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LinkBandwidthCase.bindingHashCode
(@NonNull LinkBandwidthCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LinkBandwidthCase.bindingToString
(@NonNull LinkBandwidthCase obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionLinkBandwidthCaseBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LinkBandwidthCase> augmentation) Add an augmentation to this builder's product.LinkBandwidthCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LinkBandwidthCase>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedLinkBandwidthCase
.