Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type.LinkCase
Packages that use LinkCase
Package
Description
-
Uses of LinkCase in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type with type parameters of type LinkCaseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<LinkCase>>
E$$LinkCaseBuilder.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.object.type that return LinkCaseModifier and TypeMethodDescription@NonNull LinkCase
LinkCaseBuilder.build()
A newLinkCase
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type that return types with arguments of type LinkCaseMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.linkstate.object.type with parameters of type LinkCaseModifier and TypeMethodDescriptionstatic boolean
LinkCase.bindingEquals
(@NonNull LinkCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
LinkCase.bindingHashCode
(@NonNull LinkCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
LinkCase.bindingToString
(@NonNull LinkCase 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.object.type with type arguments of type LinkCaseModifier and TypeMethodDescriptionLinkCaseBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<LinkCase> augmentation) Add an augmentation to this builder's product.LinkCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<LinkCase>> 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.object.type with parameters of type LinkCaseModifierConstructorDescriptionLinkCaseBuilder
(LinkCase base) Construct a builder initialized with state from specifiedLinkCase
.