Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.radius.server.top.radius.StateBuilder
Packages that use StateBuilder
Package
Description
-
Uses of StateBuilder 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 StateBuilderModifier and TypeMethodDescriptionStateBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<State> augmentation) Add an augmentation to this builder's product.StateBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<State>> augmentationType) Remove an augmentation from this builder's product.StateBuilder.setAcctPort(PortNumber value) Set the property corresponding toAaaRadiusServerConfig.getAcctPort()to the specified value.StateBuilder.setAuthPort(PortNumber value) Set the property corresponding toAaaRadiusServerConfig.getAuthPort()to the specified value.StateBuilder.setCounters(Counters value) Set the property corresponding toAaaRadiusServerState.getCounters()to the specified value.StateBuilder.setRetransmitAttempts(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toAaaRadiusServerConfig.getRetransmitAttempts()to the specified value.StateBuilder.setSecretKey(RoutingPassword value) Set the property corresponding toAaaRadiusServerConfig.getSecretKey()to the specified value.StateBuilder.setSecretKeyHashed(CryptPasswordType value) Set the property corresponding toAaaRadiusServerConfig.getSecretKeyHashed()to the specified value.StateBuilder.setSourceAddress(IpAddress value) Set the property corresponding toAaaRadiusServerConfig.getSourceAddress()to the specified value.