Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv6.detour.object.PlrId
-
-
Uses of PlrId 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 PlrId Modifier and Type Method Description @Nullable List<PlrId>Ipv6DetourObject. getPlrId()Return plrId, ornullif it is not present.List<PlrId>Ipv6DetourObjectBuilder. getPlrId()default @NonNull List<PlrId>Ipv6DetourObject. nonnullPlrId()Return plrId, 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 PlrId Modifier and Type Method Description Ipv6DetourObjectBuilderIpv6DetourObjectBuilder. setPlrId(List<PlrId> values) -
Uses of PlrId 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 PlrId Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PlrId>>
E$$PlrIdBuilder. 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 PlrId Modifier and Type Method Description PlrIdPlrIdBuilder. 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 PlrId Modifier and Type Method Description default Class<PlrId>PlrId. 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 PlrId Modifier and Type Method Description static booleanPlrId. bindingEquals(@NonNull PlrId thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intPlrId. bindingHashCode(@NonNull PlrId obj)Default implementation ofObject.hashCode()contract for this interface.static StringPlrId. bindingToString(@NonNull PlrId 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 PlrId Modifier and Type Method Description PlrIdBuilderPlrIdBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<PlrId> augmentation)Add an augmentation to this builder's product.PlrIdBuilderPlrIdBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PlrId>> 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 PlrId Constructor Description PlrIdBuilder(PlrId base)
-