Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv6.detour.object.AvoidNode
-
-
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 AvoidNode Modifier and Type Method Description @Nullable List<AvoidNode>Ipv6DetourObject. getAvoidNode()Return avoidNode, ornullif it is not present.List<AvoidNode>Ipv6DetourObjectBuilder. getAvoidNode()default @NonNull List<AvoidNode>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 AvoidNode Modifier and Type Method Description Ipv6DetourObjectBuilderIpv6DetourObjectBuilder. setAvoidNode(List<AvoidNode> values) -
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 AvoidNode Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AvoidNode>>
E$$AvoidNodeBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv6.detour.object that return AvoidNode Modifier and Type Method Description AvoidNodeAvoidNodeBuilder. build()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 AvoidNode Modifier and Type Method Description default Class<AvoidNode>AvoidNode. implementedInterface()Methods 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 AvoidNode Modifier and Type Method Description static 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 AvoidNode Modifier and Type Method Description AvoidNodeBuilderAvoidNodeBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<AvoidNode> augmentation)Add an augmentation to this builder's product.AvoidNodeBuilderAvoidNodeBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.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 AvoidNode Constructor Description AvoidNodeBuilder(AvoidNode base)
-