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
Package
Description
-
Uses of P2mp in org.opendaylight.protocol.pcep.parser.message
Modifier and TypeMethodDescriptionprotected void
PCEPRequestMessageParser.serializeP2MP
(io.netty.buffer.ByteBuf buffer, P2mp p2mp) -
Uses of P2mp in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests
Modifier and TypeMethodDescriptionSegmentComputation.getP2mp()
Return p2mp, ornull
if it is not present.SegmentComputationBuilder.getP2mp()
Return current value associated with the property corresponding toSegmentComputation.getP2mp()
.@NonNull P2mp
SegmentComputation.nonnullP2mp()
Return p2mp, or an empty instance if it is not present.Modifier and TypeMethodDescriptionSet the property corresponding toSegmentComputation.getP2mp()
to the specified value. -
Uses of P2mp 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<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<P2mp>>
E$$P2mpBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull P2mp
P2mpBuilder.build()
A newP2mp
instance.static @NonNull P2mp
P2mpBuilder.empty()
Get empty instance of P2mp.Modifier and TypeMethodDescriptionstatic boolean
P2mp.bindingEquals
(@NonNull P2mp thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
P2mp.bindingHashCode
(@NonNull P2mp obj) Default implementation ofObject.hashCode()
contract for this interface.static String
P2mp.bindingToString
(@NonNull P2mp obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionP2mpBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<P2mp> augmentation) Add an augmentation to this builder's product.P2mpBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<P2mp>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionP2mpBuilder
(P2mp base) Construct a builder initialized with state from specifiedP2mp
.