Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top.Users
Packages that use Users
Package
Description
-
Uses of Users in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730 that return UsersModifier and TypeMethodDescriptionAaaAuthenticationUserTop.getUsers()Return users, ornullif it is not present.@NonNull UsersAaaAuthenticationUserTop.nonnullUsers()Return users, or an empty instance if it is not present. -
Uses of Users in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top that return UsersModifier and TypeMethodDescriptionAuthenticationBuilder.getUsers()Return current value associated with the property corresponding toAaaAuthenticationUserTop.getUsers().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top with parameters of type UsersModifier and TypeMethodDescriptionSet the property corresponding toAaaAuthenticationUserTop.getUsers()to the specified value. -
Uses of Users 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 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.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top that return UsersModifier and TypeMethodDescription@NonNull UsersUsersBuilder.build()A newUsersinstance.static @NonNull UsersUsersBuilder.empty()Get empty instance of Users.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top that return types with arguments of type UsersMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top 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.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top 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.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.user.top with parameters of type UsersModifierConstructorDescriptionUsersBuilder(Users base) Construct a builder initialized with state from specifiedUsers.