Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.users.Users
Packages that use Users
Package
Description
-
Uses of Users in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication that return types with arguments of type UsersModifier and TypeMethodDescriptionUsers.getUsers()Return users, ornullif it is not present.UsersBuilder.getUsers()Return current value associated with the property corresponding toUsers.getUsers().Users.nonnullUsers()Return users, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication with type arguments of type UsersModifier and TypeMethodDescriptionSet the property corresponding toUsers.getUsers()to the specified value. -
Uses of Users in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.users
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.users with type parameters of type UsersModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Users>>
E$$UsersBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.users that return UsersMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.users that return types with arguments of type UsersMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.users with parameters of type UsersModifier and TypeMethodDescriptionstatic booleanUsers.bindingEquals(@NonNull Users thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intUsers.bindingHashCode(@NonNull Users obj) Default implementation ofObject.hashCode()contract for this interface.static StringUsers.bindingToString(@NonNull Users obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.users with type arguments of type UsersModifier and TypeMethodDescriptionUsersBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Users> augmentation) Add an augmentation to this builder's product.UsersBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Users>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.authentication.users with parameters of type UsersModifierConstructorDescriptionUsersBuilder(Users base) Construct a builder initialized with state from specifiedUsers.