Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib.PeerBuilder
Package
Description
-
Uses of PeerBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.bgp.rib.rib
Modifier and TypeMethodDescriptionPeerBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Peer> augmentation) Add an augmentation to this builder's product.PeerBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Peer>> augmentationType) Remove an augmentation from this builder's product.PeerBuilder.setAdjRibIn
(AdjRibIn value) Set the property corresponding toPeer.getAdjRibIn()
to the specified value.PeerBuilder.setAdjRibOut
(AdjRibOut value) Set the property corresponding toPeer.getAdjRibOut()
to the specified value.PeerBuilder.setEffectiveRibIn
(EffectiveRibIn value) Set the property corresponding toPeer.getEffectiveRibIn()
to the specified value.Set the property corresponding toPeer.getPeerId()
to the specified value.PeerBuilder.setPeerRole
(PeerRole value) Set the property corresponding toPeer.getPeerRole()
to the specified value.PeerBuilder.setSupportedTables
(Map<SupportedTablesKey, SupportedTables> values) Set the property corresponding toPeer.getSupportedTables()
to the specified value.Set the key value corresponding toPeer.key()
to the specified value.