Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top.ServerGroups
Packages that use ServerGroups
Package
Description
-
Uses of ServerGroups 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 ServerGroupsModifier and TypeMethodDescriptionAaaServergroupCommonTop.getServerGroups()Return serverGroups, ornullif it is not present.@NonNull ServerGroupsAaaServergroupCommonTop.nonnullServerGroups()Return serverGroups, or an empty instance if it is not present. -
Uses of ServerGroups in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top with type parameters of type ServerGroupsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ServerGroups>>
E$$ServerGroupsBuilder.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.servergroup.common.top that return ServerGroupsModifier and TypeMethodDescription@NonNull ServerGroupsServerGroupsBuilder.build()A newServerGroupsinstance.static @NonNull ServerGroupsServerGroupsBuilder.empty()Get empty instance of ServerGroups.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top that return types with arguments of type ServerGroupsModifier and TypeMethodDescriptiondefault Class<ServerGroups>ServerGroups.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top with parameters of type ServerGroupsModifier and TypeMethodDescriptionstatic booleanServerGroups.bindingEquals(@NonNull ServerGroups thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intServerGroups.bindingHashCode(@NonNull ServerGroups obj) Default implementation ofObject.hashCode()contract for this interface.static StringServerGroups.bindingToString(@NonNull ServerGroups obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top with type arguments of type ServerGroupsModifier and TypeMethodDescriptionServerGroupsBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ServerGroups> augmentation) Add an augmentation to this builder's product.ServerGroupsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ServerGroups>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top with parameters of type ServerGroupsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedServerGroups. -
Uses of ServerGroups in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.top that return ServerGroupsModifier and TypeMethodDescriptionAaaBuilder.getServerGroups()Return current value associated with the property corresponding toAaaServergroupCommonTop.getServerGroups().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.top with parameters of type ServerGroupsModifier and TypeMethodDescriptionAaaBuilder.setServerGroups(ServerGroups value) Set the property corresponding toAaaServergroupCommonTop.getServerGroups()to the specified value.