Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv4.detour.object.Plr
-
-
Uses of Plr 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 Plr Modifier and Type Method Description @Nullable List<Plr>Ipv4DetourObject. getPlr()Return plr, ornullif it is not present.List<Plr>Ipv4DetourObjectBuilder. getPlr()default @NonNull List<Plr>Ipv4DetourObject. nonnullPlr()Return plr, 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 Plr Modifier and Type Method Description Ipv4DetourObjectBuilderIpv4DetourObjectBuilder. setPlr(List<Plr> values) -
Uses of Plr in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv4.detour.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv4.detour.object with type parameters of type Plr Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Plr>>
E$$PlrBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv4.detour.object that return Plr Modifier and Type Method Description PlrPlrBuilder. build()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv4.detour.object that return types with arguments of type Plr Modifier and Type Method Description default Class<Plr>Plr. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv4.detour.object with parameters of type Plr Modifier and Type Method Description static booleanPlr. bindingEquals(@NonNull Plr thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intPlr. bindingHashCode(@NonNull Plr obj)Default implementation ofObject.hashCode()contract for this interface.static StringPlr. bindingToString(@NonNull Plr 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.ipv4.detour.object with type arguments of type Plr Modifier and Type Method Description PlrBuilderPlrBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Plr> augmentation)Add an augmentation to this builder's product.PlrBuilderPlrBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Plr>> 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.ipv4.detour.object with parameters of type Plr Constructor Description PlrBuilder(Plr base)
-