Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.admin.top.AdminUser
Packages that use AdminUser
Package
Description
-
Uses of AdminUser 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 AdminUserModifier and TypeMethodDescriptionAaaAuthenticationAdminTop.getAdminUser()Return adminUser, ornullif it is not present.@NonNull AdminUserAaaAuthenticationAdminTop.nonnullAdminUser()Return adminUser, or an empty instance if it is not present. -
Uses of AdminUser in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.admin.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.admin.top with type parameters of type AdminUserModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AdminUser>>
E$$AdminUserBuilder.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.admin.top that return AdminUserModifier and TypeMethodDescription@NonNull AdminUserAdminUserBuilder.build()A newAdminUserinstance.static @NonNull AdminUserAdminUserBuilder.empty()Get empty instance of AdminUser.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.admin.top that return types with arguments of type AdminUserMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.admin.top with parameters of type AdminUserModifier and TypeMethodDescriptionstatic booleanAdminUser.bindingEquals(@NonNull AdminUser thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAdminUser.bindingHashCode(@NonNull AdminUser obj) Default implementation ofObject.hashCode()contract for this interface.static StringAdminUser.bindingToString(@NonNull AdminUser 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.admin.top with type arguments of type AdminUserModifier and TypeMethodDescriptionAdminUserBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<AdminUser> augmentation) Add an augmentation to this builder's product.AdminUserBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AdminUser>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.admin.top with parameters of type AdminUserModifierConstructorDescriptionAdminUserBuilder(AdminUser base) Construct a builder initialized with state from specifiedAdminUser. -
Uses of AdminUser 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 AdminUserModifier and TypeMethodDescriptionAuthenticationBuilder.getAdminUser()Return current value associated with the property corresponding toAaaAuthenticationAdminTop.getAdminUser().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authentication.top with parameters of type AdminUserModifier and TypeMethodDescriptionAuthenticationBuilder.setAdminUser(AdminUser value) Set the property corresponding toAaaAuthenticationAdminTop.getAdminUser()to the specified value.