Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp.EndpointRroPair
Package
Description
-
Uses of EndpointRroPair in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation
Modifier and TypeMethodDescription@Nullable List
<EndpointRroPair> P2mp.getEndpointRroPair()
Return endpointRroPair, ornull
if it is not present.P2mpBuilder.getEndpointRroPair()
Return current value associated with the property corresponding toP2mp.getEndpointRroPair()
.default @NonNull List
<EndpointRroPair> P2mp.nonnullEndpointRroPair()
Return endpointRroPair, or an empty list if it is not present.Modifier and TypeMethodDescriptionP2mpBuilder.setEndpointRroPair
(List<EndpointRroPair> values) Set the property corresponding toP2mp.getEndpointRroPair()
to the specified value. -
Uses of EndpointRroPair in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<EndpointRroPair>>
E$$EndpointRroPairBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull EndpointRroPair
EndpointRroPairBuilder.build()
A newEndpointRroPair
instance.Modifier and TypeMethodDescriptiondefault Class
<EndpointRroPair> EndpointRroPair.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
EndpointRroPair.bindingEquals
(@NonNull EndpointRroPair thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
EndpointRroPair.bindingHashCode
(@NonNull EndpointRroPair obj) Default implementation ofObject.hashCode()
contract for this interface.static String
EndpointRroPair.bindingToString
(@NonNull EndpointRroPair obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionEndpointRroPairBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<EndpointRroPair> augmentation) Add an augmentation to this builder's product.EndpointRroPairBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<EndpointRroPair>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedEndpointRroPair
.