Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users.UserKey
-
-
Uses of UserKey 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 UserKey Modifier and Type Method Description @Nullable Map<UserKey,User>Users. getUser()Return user, ornullif it is not present.Map<UserKey,User>UsersBuilder. 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 UserKey Modifier and Type Method Description UsersBuilderUsersBuilder. setUser(Map<UserKey,User> values) -
Uses of UserKey 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 that return UserKey Modifier and Type Method Description UserKeyUser. key()UserKeyUserBuilder. key()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users with parameters of type UserKey Modifier and Type Method Description UserBuilderUserBuilder. withKey(UserKey key)Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users with parameters of type UserKey Constructor Description UserKey(UserKey source)Creates a copy from Source Object.
-