Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top.servers.server.StateBuilder
Packages that use StateBuilder
Package
Description
-
Uses of StateBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top.servers.server
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top.servers.server 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.setAddress(IpAddress value) Set the property corresponding toAaaServerConfig.getAddress()to the specified value.StateBuilder.setConnectionAborts(Counter64 value) Set the property corresponding toAaaServerState.getConnectionAborts()to the specified value.StateBuilder.setConnectionCloses(Counter64 value) Set the property corresponding toAaaServerState.getConnectionCloses()to the specified value.StateBuilder.setConnectionFailures(Counter64 value) Set the property corresponding toAaaServerState.getConnectionFailures()to the specified value.StateBuilder.setConnectionOpens(Counter64 value) Set the property corresponding toAaaServerState.getConnectionOpens()to the specified value.StateBuilder.setConnectionTimeouts(Counter64 value) Set the property corresponding toAaaServerState.getConnectionTimeouts()to the specified value.StateBuilder.setErrorsReceived(Counter64 value) Set the property corresponding toAaaServerState.getErrorsReceived()to the specified value.StateBuilder.setMessagesReceived(Counter64 value) Set the property corresponding toAaaServerState.getMessagesReceived()to the specified value.StateBuilder.setMessagesSent(Counter64 value) Set the property corresponding toAaaServerState.getMessagesSent()to the specified value.Set the property corresponding toAaaServerConfig.getName()to the specified value.StateBuilder.setTimeout(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toAaaServerConfig.getTimeout()to the specified value.