Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users.User
Packages that use User
Package
Description
-
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 UserModifier and TypeMethodDescriptionUsers.getUser()Return user, ornullif it is not present.UsersBuilder.getUser()Return current value associated with the property corresponding toUsers.getUser().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 UserModifier and TypeMethodDescriptionSet 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 UserModifier and TypeMethodDescription<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 UserMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users that return types with arguments of type UserMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.users with parameters of type UserModifier and TypeMethodDescriptionstatic 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 UserModifier and TypeMethodDescriptionUserBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<User> augmentation) Add an augmentation to this builder's product.UserBuilder.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 UserModifierConstructorDescriptionUserBuilder(User base) Construct a builder initialized with state from specifiedUser.