Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib.Peer
Package
Description
-
Uses of Peer in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib
Modifier and TypeMethodDescriptionRib.getPeer()
Return peer, ornull
if it is not present.RibBuilder.getPeer()
Return current value associated with the property corresponding toRib.getPeer()
.Rib.nonnullPeer()
Return peer, or an empty list if it is not present.Modifier and TypeMethodDescriptionSet the property corresponding toRib.getPeer()
to the specified value. -
Uses of Peer in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Peer>>
E$$PeerBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescriptionstatic boolean
Peer.bindingEquals
(@NonNull Peer thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Peer.bindingHashCode
(@NonNull Peer obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Peer.bindingToString
(@NonNull Peer obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionPeerBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Peer> augmentation) Add an augmentation to this builder's product.PeerBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Peer>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionPeerBuilder
(Peer base) Construct a builder initialized with state from specifiedPeer
.