Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv6.detour.object.PlrId
Packages that use PlrId
Package
Description
-
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 PlrIdModifier and TypeMethodDescriptionIpv6DetourObject.getPlrId()Return plrId, ornullif it is not present.Ipv6DetourObjectBuilder.getPlrId()Return current value associated with the property corresponding toIpv6DetourObject.getPlrId().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 PlrIdModifier and TypeMethodDescriptionSet the property corresponding toIpv6DetourObject.getPlrId()to the specified value. -
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 PlrIdModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<PlrId>>
E$$PlrIdBuilder.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 PlrIdMethods 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 PlrIdMethods 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 PlrIdModifier and TypeMethodDescriptionstatic 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 PlrIdModifier and TypeMethodDescriptionPlrIdBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<PlrId> augmentation) Add an augmentation to this builder's product.PlrIdBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.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 PlrIdModifierConstructorDescriptionPlrIdBuilder(PlrId base) Construct a builder initialized with state from specifiedPlrId.