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
Packages that use 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation that return types with arguments of type EndpointRroPairModifier 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.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation with type arguments of type EndpointRroPairModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp with type parameters of type EndpointRroPairModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp that return EndpointRroPairModifier and TypeMethodDescription@NonNull EndpointRroPair
EndpointRroPairBuilder.build()
A newEndpointRroPair
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp that return types with arguments of type EndpointRroPairModifier and TypeMethodDescriptiondefault Class
<EndpointRroPair> EndpointRroPair.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp with parameters of type EndpointRroPairModifier 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.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp with type arguments of type EndpointRroPairModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.p2mp with parameters of type EndpointRroPairModifierConstructorDescriptionConstruct a builder initialized with state from specifiedEndpointRroPair
.