Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users.User
-
-
Uses of User in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top that return types with arguments of type User Modifier and Type Method Description @Nullable Map<UserKey,User>Users. getUser()Return user, ornullif it is not present.Map<UserKey,User>UsersBuilder. getUser()Return current value associated with the property corresponding toUsers.getUser().default @NonNull Map<UserKey,User>Users. nonnullUser()Return user, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top with type arguments of type User Modifier and Type Method Description UsersBuilderUsersBuilder. setUser(Map<UserKey,User> values)Set the property corresponding toUsers.getUser()to the specified value. -
Uses of User in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users with type parameters of type User Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<User>>
E$$UserBuilder. 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.authentication.user.top.users that return User Modifier and Type Method Description @NonNull UserUserBuilder. build()A newUserinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users that return types with arguments of type User Modifier and Type Method Description default Class<User>User. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users with parameters of type User Modifier and Type Method Description static booleanUser. bindingEquals(@NonNull User thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intUser. bindingHashCode(@NonNull User obj)Default implementation ofObject.hashCode()contract for this interface.static StringUser. bindingToString(@NonNull User obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users with type arguments of type User Modifier and Type Method Description UserBuilderUserBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<User> augmentation)Add an augmentation to this builder's product.UserBuilderUserBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<User>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users with parameters of type User Constructor Description UserBuilder(User base)Construct a builder initialized with state from specifiedUser.
-