Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter.AfiSafiBuilder
Packages that use AfiSafiBuilder
Package
Description
-
Uses of AfiSafiBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.monitor.rev200120.afi.safi.route.counter that return AfiSafiBuilderModifier and TypeMethodDescriptionAfiSafiBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<AfiSafi> augmentation) Add an augmentation to this builder's product.AfiSafiBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AfiSafi>> augmentationType) Remove an augmentation from this builder's product.AfiSafiBuilder.setAfi
(AddressFamily value) Set the property corresponding toBgpTableType.getAfi()
to the specified value.AfiSafiBuilder.setCount
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Gauge64 value) Set the property corresponding toAfiSafi.getCount()
to the specified value.AfiSafiBuilder.setSafi
(SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()
to the specified value.AfiSafiBuilder.withKey
(AfiSafiKey key) Set the key value corresponding toAfiSafi.key()
to the specified value.