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