Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top.ServerGroups
-
-
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 ServerGroups Modifier and Type Method Description ServerGroupsAaaServergroupCommonTop. getServerGroups()Return serverGroups, ornullif 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 ServerGroups Modifier and Type Method Description <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 ServerGroups Modifier and Type Method Description @NonNull ServerGroupsServerGroupsBuilder. build()A newServerGroupsinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top that return types with arguments of type ServerGroups Modifier and Type Method Description default 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 ServerGroups Modifier and Type Method Description static 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 ServerGroups Modifier and Type Method Description ServerGroupsBuilderServerGroupsBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ServerGroups> augmentation)Add an augmentation to this builder's product.ServerGroupsBuilderServerGroupsBuilder. 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 ServerGroups Constructor Description ServerGroupsBuilder(ServerGroups base)Construct 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 ServerGroups Modifier and Type Method Description ServerGroupsAaaBuilder. 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 ServerGroups Modifier and Type Method Description AaaBuilderAaaBuilder. setServerGroups(ServerGroups value)Set the property corresponding toAaaServergroupCommonTop.getServerGroups()to the specified value.
-