Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer.PrePolicyRib
Package
Description
-
Uses of PrePolicyRib in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers
Modifier and TypeMethodDescriptionPeer.getPrePolicyRib()
Return prePolicyRib, ornull
if it is not present.PeerBuilder.getPrePolicyRib()
Return current value associated with the property corresponding toPeer.getPrePolicyRib()
.@NonNull PrePolicyRib
Peer.nonnullPrePolicyRib()
Return prePolicyRib, or an empty instance if it is not present.Modifier and TypeMethodDescriptionPeerBuilder.setPrePolicyRib
(PrePolicyRib value) Set the property corresponding toPeer.getPrePolicyRib()
to the specified value. -
Uses of PrePolicyRib in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.peers.peer
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PrePolicyRib>>
E$$PrePolicyRibBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull PrePolicyRib
PrePolicyRibBuilder.build()
A newPrePolicyRib
instance.static @NonNull PrePolicyRib
PrePolicyRibBuilder.empty()
Get empty instance of PrePolicyRib.Modifier and TypeMethodDescriptiondefault Class
<PrePolicyRib> PrePolicyRib.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
PrePolicyRib.bindingEquals
(@NonNull PrePolicyRib thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PrePolicyRib.bindingHashCode
(@NonNull PrePolicyRib obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PrePolicyRib.bindingToString
(@NonNull PrePolicyRib obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionPrePolicyRibBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<PrePolicyRib> augmentation) Add an augmentation to this builder's product.PrePolicyRibBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<PrePolicyRib>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPrePolicyRib
.