Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.state.Counters
Packages that use Counters
Package
Description
-
Uses of Counters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730 that return CountersModifier and TypeMethodDescriptionAaaRadiusServerState.getCounters()Return counters, ornullif it is not present.@NonNull CountersAaaRadiusServerState.nonnullCounters()Return counters, or an empty instance if it is not present. -
Uses of Counters 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 with type parameters of type CountersModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Counters>>
E$$CountersBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.state that return CountersModifier and TypeMethodDescription@NonNull CountersCountersBuilder.build()A newCountersinstance.static @NonNull CountersCountersBuilder.empty()Get empty instance of Counters.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.state that return types with arguments of type CountersMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.state with parameters of type CountersModifier and TypeMethodDescriptionstatic booleanCounters.bindingEquals(@NonNull Counters thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intCounters.bindingHashCode(@NonNull Counters obj) Default implementation ofObject.hashCode()contract for this interface.static StringCounters.bindingToString(@NonNull Counters obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.state with type arguments of type CountersModifier 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.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.state with parameters of type CountersModifierConstructorDescriptionCountersBuilder(Counters base) Construct a builder initialized with state from specifiedCounters. -
Uses of Counters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top.radius
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top.radius that return CountersModifier and TypeMethodDescriptionStateBuilder.getCounters()Return current value associated with the property corresponding toAaaRadiusServerState.getCounters().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top.radius with parameters of type CountersModifier and TypeMethodDescriptionStateBuilder.setCounters(Counters value) Set the property corresponding toAaaRadiusServerState.getCounters()to the specified value.