Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv6.detour.object.AvoidNode
Packages that use AvoidNode
Package
Description
-
Uses of AvoidNode in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object that return types with arguments of type AvoidNodeModifier and TypeMethodDescriptionIpv6DetourObject.getAvoidNode()Return avoidNode, ornullif it is not present.Ipv6DetourObjectBuilder.getAvoidNode()Return current value associated with the property corresponding toIpv6DetourObject.getAvoidNode().Ipv6DetourObject.nonnullAvoidNode()Return avoidNode, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object with type arguments of type AvoidNodeModifier and TypeMethodDescriptionIpv6DetourObjectBuilder.setAvoidNode(List<AvoidNode> values) Set the property corresponding toIpv6DetourObject.getAvoidNode()to the specified value. -
Uses of AvoidNode in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv6.detour.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv6.detour.object with type parameters of type AvoidNodeModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<AvoidNode>>
E$$AvoidNodeBuilder.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.rsvp.rev150820.detour.object.detour.object.ipv6.detour.object that return AvoidNodeModifier and TypeMethodDescription@NonNull AvoidNodeAvoidNodeBuilder.build()A newAvoidNodeinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv6.detour.object that return types with arguments of type AvoidNodeMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv6.detour.object with parameters of type AvoidNodeModifier and TypeMethodDescriptionstatic booleanAvoidNode.bindingEquals(@NonNull AvoidNode thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intAvoidNode.bindingHashCode(@NonNull AvoidNode obj) Default implementation ofObject.hashCode()contract for this interface.static StringAvoidNode.bindingToString(@NonNull AvoidNode obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv6.detour.object with type arguments of type AvoidNodeModifier and TypeMethodDescriptionAvoidNodeBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<AvoidNode> augmentation) Add an augmentation to this builder's product.AvoidNodeBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<AvoidNode>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv6.detour.object with parameters of type AvoidNodeModifierConstructorDescriptionAvoidNodeBuilder(AvoidNode base) Construct a builder initialized with state from specifiedAvoidNode.