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
Packages that use P2p
Package
Description
-
Uses of P2p in org.opendaylight.bgpcep.pcep.server.provider
Methods in org.opendaylight.bgpcep.pcep.server.provider with parameters of type P2pModifier and TypeMethodDescriptionstatic Pcrep
MessagesUtil.createPcRepMessage
(Rp rp, P2p p2p, ConstrainedPath cpath) -
Uses of P2p in org.opendaylight.protocol.pcep.ietf.stateful
Methods in org.opendaylight.protocol.pcep.ietf.stateful with parameters of type P2pModifier and TypeMethodDescriptionprotected void
StatefulPCRequestMessageParser.serializeP2P
(io.netty.buffer.ByteBuf buffer, P2p p2p) -
Uses of P2p in org.opendaylight.protocol.pcep.parser.message
Methods in org.opendaylight.protocol.pcep.parser.message with parameters of type P2pModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests that return P2pModifier 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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests with parameters of type P2pModifier 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
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation with type parameters of type P2pModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<P2p>>
E$$P2pBuilder.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 that return P2pModifier and TypeMethodDescription@NonNull P2p
P2pBuilder.build()
A newP2p
instance.static @NonNull P2p
P2pBuilder.empty()
Get empty instance of P2p.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 P2pMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.segment.computation with parameters of type P2pModifier 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.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 P2pModifier and TypeMethodDescriptionP2pBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<P2p> augmentation) Add an augmentation to this builder's product.P2pBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<P2p>> 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 with parameters of type P2pModifierConstructorDescriptionP2pBuilder
(P2p base) Construct a builder initialized with state from specifiedP2p
.