Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.state.Counters
-
-
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 Counters Modifier and Type Method Description CountersAaaRadiusServerState. getCounters()Return counters, ornullif 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 Counters Modifier and Type Method Description <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 Counters Modifier and Type Method Description @NonNull CountersCountersBuilder. build()A newCountersinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.state that return types with arguments of type Counters Modifier and Type Method Description default Class<Counters>Counters. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.state with parameters of type Counters Modifier and Type Method Description static 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 Counters Modifier and Type Method Description CountersBuilderCountersBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Counters> augmentation)Add an augmentation to this builder's product.CountersBuilderCountersBuilder. 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 Counters Constructor Description CountersBuilder(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 Counters Modifier and Type Method Description CountersStateBuilder. 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 Counters Modifier and Type Method Description StateBuilderStateBuilder. setCounters(Counters value)Set the property corresponding toAaaRadiusServerState.getCounters()to the specified value.
-