Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state.messages.Received
Packages that use Received
Package
Description
-
Uses of Received in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state that return ReceivedModifier and TypeMethodDescriptionMessages.getReceived()
Return received, ornull
if it is not present.MessagesBuilder.getReceived()
Return current value associated with the property corresponding toMessages.getReceived()
.@NonNull Received
Messages.nonnullReceived()
Return received, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state with parameters of type ReceivedModifier and TypeMethodDescriptionMessagesBuilder.setReceived
(Received value) Set the property corresponding toMessages.getReceived()
to the specified value. -
Uses of Received in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state.messages
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state.messages with type parameters of type ReceivedModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Received>>
E$$ReceivedBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state.messages that return ReceivedModifier and TypeMethodDescription@NonNull Received
ReceivedBuilder.build()
A newReceived
instance.static @NonNull Received
ReceivedBuilder.empty()
Get empty instance of Received.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state.messages that return types with arguments of type ReceivedMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state.messages with parameters of type ReceivedModifier and TypeMethodDescriptionstatic boolean
Received.bindingEquals
(@NonNull Received thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Received.bindingHashCode
(@NonNull Received obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Received.bindingToString
(@NonNull Received obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state.messages with type arguments of type ReceivedModifier and TypeMethodDescriptionReceivedBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Received> augmentation) Add an augmentation to this builder's product.ReceivedBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Received>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbors.neighbor.state.messages with parameters of type ReceivedModifierConstructorDescriptionReceivedBuilder
(Received base) Construct a builder initialized with state from specifiedReceived
.