Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top.Radius
-
-
Uses of Radius 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 Radius Modifier and Type Method Description RadiusAaaRadiusServerTop. getRadius()Return radius, ornullif it is not present. -
Uses of Radius in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top with type parameters of type Radius Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Radius>>
E$$RadiusBuilder. 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.top that return Radius Modifier and Type Method Description @NonNull RadiusRadiusBuilder. build()A newRadiusinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top that return types with arguments of type Radius Modifier and Type Method Description default Class<Radius>Radius. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top with parameters of type Radius Modifier and Type Method Description static booleanRadius. bindingEquals(@NonNull Radius thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intRadius. bindingHashCode(@NonNull Radius obj)Default implementation ofObject.hashCode()contract for this interface.static StringRadius. bindingToString(@NonNull Radius 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.top with type arguments of type Radius Modifier and Type Method Description RadiusBuilderRadiusBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Radius> augmentation)Add an augmentation to this builder's product.RadiusBuilderRadiusBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Radius>> 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.top with parameters of type Radius Constructor Description RadiusBuilder(Radius base)Construct a builder initialized with state from specifiedRadius. -
Uses of Radius in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top.servers
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top.servers that return Radius Modifier and Type Method Description RadiusServerBuilder. getRadius()Return current value associated with the property corresponding toAaaRadiusServerTop.getRadius().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top.servers with parameters of type Radius Modifier and Type Method Description ServerBuilderServerBuilder. setRadius(Radius value)Set the property corresponding toAaaRadiusServerTop.getRadius()to the specified value.
-