Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.Keepalive
Package
Description
-
Uses of Keepalive in org.opendaylight.protocol.bgp.parser.impl.message
Modifier and TypeMethodDescriptionBGPKeepAliveMessageParser.parseMessageBody
(io.netty.buffer.ByteBuf body, int messageLength, PeerSpecificParserConstraint constraint) -
Uses of Keepalive in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Keepalive>>
E$$KeepaliveBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Keepalive
KeepaliveBuilder.build()
A newKeepalive
instance.Modifier and TypeMethodDescriptionstatic boolean
Keepalive.bindingEquals
(@NonNull Keepalive thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Keepalive.bindingHashCode
(@NonNull Keepalive obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Keepalive.bindingToString
(@NonNull Keepalive obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionKeepaliveBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Keepalive> augmentation) Add an augmentation to this builder's product.KeepaliveBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Keepalive>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionKeepaliveBuilder
(Keepalive base) Construct a builder initialized with state from specifiedKeepalive
.