Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.authorization.policies.Policies
Packages that use Policies
Package
Description
-
Uses of Policies in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.authorization
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.authorization that return types with arguments of type PoliciesModifier and TypeMethodDescriptionPolicies.getPolicies()Return policies, ornullif it is not present.PoliciesBuilder.getPolicies()Return current value associated with the property corresponding toPolicies.getPolicies().Policies.nonnullPolicies()Return policies, 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.http.authorization with type arguments of type PoliciesModifier and TypeMethodDescriptionPoliciesBuilder.setPolicies(List<Policies> values) Set the property corresponding toPolicies.getPolicies()to the specified value. -
Uses of Policies in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.authorization.policies
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.authorization.policies with type parameters of type PoliciesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Policies>>
E$$PoliciesBuilder.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.http.authorization.policies that return PoliciesModifier and TypeMethodDescription@NonNull PoliciesPoliciesBuilder.build()A newPoliciesinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.authorization.policies that return types with arguments of type PoliciesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.authorization.policies with parameters of type PoliciesModifier and TypeMethodDescriptionstatic booleanPolicies.bindingEquals(@NonNull Policies thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPolicies.bindingHashCode(@NonNull Policies obj) Default implementation ofObject.hashCode()contract for this interface.static StringPolicies.bindingToString(@NonNull Policies 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.http.authorization.policies with type arguments of type PoliciesModifier and TypeMethodDescriptionPoliciesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Policies> augmentation) Add an augmentation to this builder's product.PoliciesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Policies>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.aaa.rev161214.http.authorization.policies with parameters of type PoliciesModifierConstructorDescriptionPoliciesBuilder(Policies base) Construct a builder initialized with state from specifiedPolicies.