Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up.ReceivedOpen
Packages that use ReceivedOpen
Package
Description
-
Uses of ReceivedOpen in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120 that return ReceivedOpenModifier and TypeMethodDescriptionPeerUp.getReceivedOpen()
Return receivedOpen, ornull
if it is not present.PeerUpNotificationBuilder.getReceivedOpen()
Return current value associated with the property corresponding toPeerUp.getReceivedOpen()
.@NonNull ReceivedOpen
PeerUp.nonnullReceivedOpen()
Return receivedOpen, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120 with parameters of type ReceivedOpenModifier and TypeMethodDescriptionPeerUpNotificationBuilder.setReceivedOpen
(ReceivedOpen value) Set the property corresponding toPeerUp.getReceivedOpen()
to the specified value. -
Uses of ReceivedOpen in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up with type parameters of type ReceivedOpenModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ReceivedOpen>>
E$$ReceivedOpenBuilder.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.bmp.message.rev200120.peer.up that return ReceivedOpenModifier and TypeMethodDescription@NonNull ReceivedOpen
ReceivedOpenBuilder.build()
A newReceivedOpen
instance.static @NonNull ReceivedOpen
ReceivedOpenBuilder.empty()
Get empty instance of ReceivedOpen.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up that return types with arguments of type ReceivedOpenModifier and TypeMethodDescriptiondefault Class
<ReceivedOpen> ReceivedOpen.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up with parameters of type ReceivedOpenModifier and TypeMethodDescriptionstatic boolean
ReceivedOpen.bindingEquals
(@NonNull ReceivedOpen thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
ReceivedOpen.bindingHashCode
(@NonNull ReceivedOpen obj) Default implementation ofObject.hashCode()
contract for this interface.static String
ReceivedOpen.bindingToString
(@NonNull ReceivedOpen obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up with type arguments of type ReceivedOpenModifier and TypeMethodDescriptionReceivedOpenBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<ReceivedOpen> augmentation) Add an augmentation to this builder's product.ReceivedOpenBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ReceivedOpen>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up with parameters of type ReceivedOpenModifierConstructorDescriptionConstruct a builder initialized with state from specifiedReceivedOpen
. -
Uses of ReceivedOpen in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer that return ReceivedOpenModifier and TypeMethodDescriptionPeerSessionBuilder.getReceivedOpen()
Return current value associated with the property corresponding toPeerUp.getReceivedOpen()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer with parameters of type ReceivedOpenModifier and TypeMethodDescriptionPeerSessionBuilder.setReceivedOpen
(ReceivedOpen value) Set the property corresponding toPeerUp.getReceivedOpen()
to the specified value.