Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv4.detour.object.Plr
Package
Description
-
Uses of Plr in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object
Modifier and TypeMethodDescriptionIpv4DetourObject.getPlr()
Return plr, ornull
if it is not present.Ipv4DetourObjectBuilder.getPlr()
Return current value associated with the property corresponding toIpv4DetourObject.getPlr()
.Ipv4DetourObject.nonnullPlr()
Return plr, or an empty list if it is not present.Modifier and TypeMethodDescriptionSet the property corresponding toIpv4DetourObject.getPlr()
to the specified value. -
Uses of Plr in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.detour.object.ipv4.detour.object
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Plr>>
E$$PlrBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescriptionstatic boolean
Plr.bindingEquals
(@NonNull Plr thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Plr.bindingHashCode
(@NonNull Plr obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Plr.bindingToString
(@NonNull Plr obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionPlrBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Plr> augmentation) Add an augmentation to this builder's product.PlrBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Plr>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionPlrBuilder
(Plr base) Construct a builder initialized with state from specifiedPlr
.