Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.operational.rev151009.bgp.neighbor.prefix.counters_state.PrefixesBuilder
Packages that use PrefixesBuilder
Package
Description
-
Uses of PrefixesBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.operational.rev151009.bgp.neighbor.prefix.counters_state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.operational.rev151009.bgp.neighbor.prefix.counters_state that return PrefixesBuilderModifier and TypeMethodDescriptionPrefixesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Prefixes> augmentation) Add an augmentation to this builder's product.PrefixesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Prefixes>> augmentationType) Remove an augmentation from this builder's product.PrefixesBuilder.setInstalled
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toPrefixes.getInstalled()
to the specified value.PrefixesBuilder.setReceived
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toPrefixes.getReceived()
to the specified value.PrefixesBuilder.setSent
(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toPrefixes.getSent()
to the specified value.