Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol.bgp.neighbor_state.augmentation.messages.Sent
Packages that use Sent
Package
Description
-
Uses of Sent in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol.bgp.neighbor_state.augmentation
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol.bgp.neighbor_state.augmentation that return SentModifier and TypeMethodDescriptionMessages.getSent()
Return sent, ornull
if it is not present.MessagesBuilder.getSent()
Return current value associated with the property corresponding toMessages.getSent()
.@NonNull Sent
Messages.nonnullSent()
Return sent, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol.bgp.neighbor_state.augmentation with parameters of type SentModifier and TypeMethodDescriptionSet the property corresponding toMessages.getSent()
to the specified value. -
Uses of Sent in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol.bgp.neighbor_state.augmentation.messages
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol.bgp.neighbor_state.augmentation.messages with type parameters of type SentModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Sent>>
E$$SentBuilder.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.openconfig.extensions.rev180329.network.instance.protocol.bgp.neighbor_state.augmentation.messages that return SentModifier and TypeMethodDescription@NonNull Sent
SentBuilder.build()
A newSent
instance.static @NonNull Sent
SentBuilder.empty()
Get empty instance of Sent.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol.bgp.neighbor_state.augmentation.messages that return types with arguments of type SentMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol.bgp.neighbor_state.augmentation.messages with parameters of type SentModifier and TypeMethodDescriptionstatic boolean
Sent.bindingEquals
(@NonNull Sent thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Sent.bindingHashCode
(@NonNull Sent obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Sent.bindingToString
(@NonNull Sent obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol.bgp.neighbor_state.augmentation.messages with type arguments of type SentModifier and TypeMethodDescriptionSentBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Sent> augmentation) Add an augmentation to this builder's product.SentBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Sent>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.openconfig.extensions.rev180329.network.instance.protocol.bgp.neighbor_state.augmentation.messages with parameters of type SentModifierConstructorDescriptionSentBuilder
(Sent base) Construct a builder initialized with state from specifiedSent
.