Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.state.CountersBuilder
Packages that use CountersBuilder
Package
Description
-
Uses of CountersBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.state that return CountersBuilderModifier and TypeMethodDescriptionCountersBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Counters> augmentation) Add an augmentation to this builder's product.CountersBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Counters>> augmentationType) Remove an augmentation from this builder's product.CountersBuilder.setAccessAccepts(Counter64 value) Set the property corresponding toCounters.getAccessAccepts()to the specified value.CountersBuilder.setAccessRejects(Counter64 value) Set the property corresponding toCounters.getAccessRejects()to the specified value.CountersBuilder.setRetriedAccessRequests(Counter64 value) Set the property corresponding toCounters.getRetriedAccessRequests()to the specified value.CountersBuilder.setTimeoutAccessRequests(Counter64 value) Set the property corresponding toCounters.getTimeoutAccessRequests()to the specified value.