Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top.server.groups.ServerGroup
-
-
Uses of ServerGroup 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 that return types with arguments of type ServerGroup Modifier and Type Method Description @Nullable Map<ServerGroupKey,ServerGroup>ServerGroups. getServerGroup()Return serverGroup, ornullif it is not present.Map<ServerGroupKey,ServerGroup>ServerGroupsBuilder. getServerGroup()Return current value associated with the property corresponding toServerGroups.getServerGroup().default @NonNull Map<ServerGroupKey,ServerGroup>ServerGroups. nonnullServerGroup()Return serverGroup, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top with type arguments of type ServerGroup Modifier and Type Method Description ServerGroupsBuilderServerGroupsBuilder. setServerGroup(Map<ServerGroupKey,ServerGroup> values)Set the property corresponding toServerGroups.getServerGroup()to the specified value. -
Uses of ServerGroup 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 with type parameters of type ServerGroup Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<ServerGroup>>
E$$ServerGroupBuilder. 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.server.groups that return ServerGroup Modifier and Type Method Description @NonNull ServerGroupServerGroupBuilder. build()A newServerGroupinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top.server.groups that return types with arguments of type ServerGroup Modifier and Type Method Description default Class<ServerGroup>ServerGroup. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top.server.groups with parameters of type ServerGroup Modifier and Type Method Description static booleanServerGroup. bindingEquals(@NonNull ServerGroup thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intServerGroup. bindingHashCode(@NonNull ServerGroup obj)Default implementation ofObject.hashCode()contract for this interface.static StringServerGroup. bindingToString(@NonNull ServerGroup 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.server.groups with type arguments of type ServerGroup Modifier and Type Method Description ServerGroupBuilderServerGroupBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ServerGroup> augmentation)Add an augmentation to this builder's product.ServerGroupBuilderServerGroupBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ServerGroup>> 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.server.groups with parameters of type ServerGroup Constructor Description ServerGroupBuilder(ServerGroup base)Construct a builder initialized with state from specifiedServerGroup.
-