Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice.SPmsiADCase
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice
-
Uses of SPmsiADCase in org.opendaylight.protocol.bgp.mvpn.impl.nlri
Modifier and TypeMethodDescriptionprotected io.netty.buffer.ByteBuf
SPmsiADHandler.serializeBody
(SPmsiADCase mvpn) -
Uses of SPmsiADCase in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.mvpn.mvpn.choice
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<SPmsiADCase>>
E$$SPmsiADCaseBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull SPmsiADCase
SPmsiADCaseBuilder.build()
A newSPmsiADCase
instance.Modifier and TypeMethodDescriptionstatic boolean
SPmsiADCase.bindingEquals
(@NonNull SPmsiADCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SPmsiADCase.bindingHashCode
(@NonNull SPmsiADCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SPmsiADCase.bindingToString
(@NonNull SPmsiADCase obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionSPmsiADCaseBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SPmsiADCase> augmentation) Add an augmentation to this builder's product.SPmsiADCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SPmsiADCase>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSPmsiADCase
.