Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329.RouteRefreshRequestInputBuilder
Package
Description
-
Uses of RouteRefreshRequestInputBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.peer.rpc.rev180329
Modifier and TypeMethodDescriptionRouteRefreshRequestInputBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<RouteRefreshRequestInput> augmentation) Add an augmentation to this builder's product.RouteRefreshRequestInputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<RouteRefreshRequestInput>> augmentationType) Remove an augmentation from this builder's product.RouteRefreshRequestInputBuilder.setAfi
(AddressFamily value) Set the property corresponding toBgpTableType.getAfi()
to the specified value.RouteRefreshRequestInputBuilder.setPeerRef
(PeerRef value) Set the property corresponding toPeerReference.getPeerRef()
to the specified value.RouteRefreshRequestInputBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value.