Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top.Radius
Packages that use Radius
Package
Description
-
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 RadiusModifier and TypeMethodDescriptionAaaRadiusServerTop.getRadius()Return radius, ornullif it is not present.@NonNull RadiusAaaRadiusServerTop.nonnullRadius()Return radius, or an empty instance if 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 RadiusModifier and TypeMethodDescription<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 RadiusModifier and TypeMethodDescription@NonNull RadiusRadiusBuilder.build()A newRadiusinstance.static @NonNull RadiusRadiusBuilder.empty()Get empty instance of Radius.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top that return types with arguments of type RadiusMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top with parameters of type RadiusModifier and TypeMethodDescriptionstatic 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 RadiusModifier and TypeMethodDescriptionRadiusBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Radius> augmentation) Add an augmentation to this builder's product.RadiusBuilder.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 RadiusModifierConstructorDescriptionRadiusBuilder(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 RadiusModifier and TypeMethodDescriptionServerBuilder.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 RadiusModifier and TypeMethodDescriptionSet the property corresponding toAaaRadiusServerTop.getRadius()to the specified value.