Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authorization.top.Authorization
Packages that use Authorization
Package
Description
-
Uses of Authorization 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 AuthorizationModifier and TypeMethodDescriptionAaaAuthorizationTop.getAuthorization()Return authorization, ornullif it is not present.@NonNull AuthorizationAaaAuthorizationTop.nonnullAuthorization()Return authorization, or an empty instance if it is not present. -
Uses of Authorization in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authorization.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authorization.top with type parameters of type AuthorizationModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Authorization>>
E$$AuthorizationBuilder.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.authorization.top that return AuthorizationModifier and TypeMethodDescription@NonNull AuthorizationAuthorizationBuilder.build()A newAuthorizationinstance.static @NonNull AuthorizationAuthorizationBuilder.empty()Get empty instance of Authorization.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authorization.top that return types with arguments of type AuthorizationModifier and TypeMethodDescriptiondefault Class<Authorization>Authorization.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authorization.top with parameters of type AuthorizationModifier and TypeMethodDescriptionstatic booleanAuthorization.bindingEquals(@NonNull Authorization thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAuthorization.bindingHashCode(@NonNull Authorization obj) Default implementation ofObject.hashCode()contract for this interface.static StringAuthorization.bindingToString(@NonNull Authorization obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authorization.top with type arguments of type AuthorizationModifier and TypeMethodDescriptionAuthorizationBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Authorization> augmentation) Add an augmentation to this builder's product.AuthorizationBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Authorization>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.authorization.top with parameters of type AuthorizationModifierConstructorDescriptionConstruct a builder initialized with state from specifiedAuthorization. -
Uses of Authorization in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.top that return AuthorizationModifier and TypeMethodDescriptionAaaBuilder.getAuthorization()Return current value associated with the property corresponding toAaaAuthorizationTop.getAuthorization().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.top with parameters of type AuthorizationModifier and TypeMethodDescriptionAaaBuilder.setAuthorization(Authorization value) Set the property corresponding toAaaAuthorizationTop.getAuthorization()to the specified value.