Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top.Servers
Packages that use Servers
Package
Description
-
Uses of Servers 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 ServersModifier and TypeMethodDescriptionAaaServerTop.getServers()Return servers, ornullif it is not present.@NonNull ServersAaaServerTop.nonnullServers()Return servers, or an empty instance if it is not present. -
Uses of Servers in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top with type parameters of type ServersModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Servers>>
E$$ServersBuilder.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.server.top that return ServersModifier and TypeMethodDescription@NonNull ServersServersBuilder.build()A newServersinstance.static @NonNull ServersServersBuilder.empty()Get empty instance of Servers.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top that return types with arguments of type ServersMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top with parameters of type ServersModifier and TypeMethodDescriptionstatic booleanServers.bindingEquals(@NonNull Servers thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intServers.bindingHashCode(@NonNull Servers obj) Default implementation ofObject.hashCode()contract for this interface.static StringServers.bindingToString(@NonNull Servers obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top with type arguments of type ServersModifier and TypeMethodDescriptionServersBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Servers> augmentation) Add an augmentation to this builder's product.ServersBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Servers>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top with parameters of type ServersModifierConstructorDescriptionServersBuilder(Servers base) Construct a builder initialized with state from specifiedServers. -
Uses of Servers in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top.server.groups
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top.server.groups that return ServersModifier and TypeMethodDescriptionServerGroupBuilder.getServers()Return current value associated with the property corresponding toAaaServerTop.getServers().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top.server.groups with parameters of type ServersModifier and TypeMethodDescriptionServerGroupBuilder.setServers(Servers value) Set the property corresponding toAaaServerTop.getServers()to the specified value.