Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up.SentOpen
Packages that use SentOpen
Package
Description
-
Uses of SentOpen 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 SentOpenModifier and TypeMethodDescriptionPeerUp.getSentOpen()
Return sentOpen, ornull
if it is not present.PeerUpNotificationBuilder.getSentOpen()
Return current value associated with the property corresponding toPeerUp.getSentOpen()
.@NonNull SentOpen
PeerUp.nonnullSentOpen()
Return sentOpen, 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 SentOpenModifier and TypeMethodDescriptionPeerUpNotificationBuilder.setSentOpen
(SentOpen value) Set the property corresponding toPeerUp.getSentOpen()
to the specified value. -
Uses of SentOpen 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 SentOpenModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<SentOpen>>
E$$SentOpenBuilder.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 SentOpenModifier and TypeMethodDescription@NonNull SentOpen
SentOpenBuilder.build()
A newSentOpen
instance.static @NonNull SentOpen
SentOpenBuilder.empty()
Get empty instance of SentOpen.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 SentOpenMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.peer.up with parameters of type SentOpenModifier and TypeMethodDescriptionstatic boolean
SentOpen.bindingEquals
(@NonNull SentOpen thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SentOpen.bindingHashCode
(@NonNull SentOpen obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SentOpen.bindingToString
(@NonNull SentOpen 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 SentOpenModifier and TypeMethodDescriptionSentOpenBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SentOpen> augmentation) Add an augmentation to this builder's product.SentOpenBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SentOpen>> 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 SentOpenModifierConstructorDescriptionSentOpenBuilder
(SentOpen base) Construct a builder initialized with state from specifiedSentOpen
. -
Uses of SentOpen 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 SentOpenModifier and TypeMethodDescriptionPeerSessionBuilder.getSentOpen()
Return current value associated with the property corresponding toPeerUp.getSentOpen()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer with parameters of type SentOpenModifier and TypeMethodDescriptionPeerSessionBuilder.setSentOpen
(SentOpen value) Set the property corresponding toPeerUp.getSentOpen()
to the specified value.