Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation.P2p
Package
Description
-
Uses of P2p in org.opendaylight.bgpcep.pcep.server.provider
Modifier and TypeMethodDescriptionstatic Pcrep
MessagesUtil.createPcRepMessage
(Rp rp, P2p p2p, ConstrainedPath cpath) -
Uses of P2p in org.opendaylight.protocol.pcep.ietf.stateful
Modifier and TypeMethodDescriptionprotected void
StatefulPCRequestMessageParser.serializeP2P
(io.netty.buffer.ByteBuf buffer, P2p p2p) -
Uses of P2p in org.opendaylight.protocol.pcep.parser.message
Modifier and TypeMethodDescriptionprotected void
PCEPRequestMessageParser.serializeP2P
(io.netty.buffer.ByteBuf buffer, P2p p2p) -
Uses of P2p in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests
Modifier and TypeMethodDescriptionSegmentComputation.getP2p()
Return p2p, ornull
if it is not present.SegmentComputationBuilder.getP2p()
Return current value associated with the property corresponding toSegmentComputation.getP2p()
.@NonNull P2p
SegmentComputation.nonnullP2p()
Return p2p, or an empty instance if it is not present.Modifier and TypeMethodDescriptionSet the property corresponding toSegmentComputation.getP2p()
to the specified value. -
Uses of P2p 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<P2p>>
E$$P2pBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull P2p
P2pBuilder.build()
A newP2p
instance.static @NonNull P2p
P2pBuilder.empty()
Get empty instance of P2p.Modifier and TypeMethodDescriptionstatic boolean
P2p.bindingEquals
(@NonNull P2p thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
P2p.bindingHashCode
(@NonNull P2p obj) Default implementation ofObject.hashCode()
contract for this interface.static String
P2p.bindingToString
(@NonNull P2p obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionP2pBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<P2p> augmentation) Add an augmentation to this builder's product.P2pBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<P2p>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionP2pBuilder
(P2p base) Construct a builder initialized with state from specifiedP2p
.