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.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, ornullif it is not present.SegmentComputationBuilder.getP2p()Return current value associated with the property corresponding toSegmentComputation.getP2p().@NonNull P2pSegmentComputation.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 P2pP2pBuilder.build()A newP2pinstance.static @NonNull P2pP2pBuilder.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 booleanP2p.bindingEquals(@NonNull P2p thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intP2p.bindingHashCode(@NonNull P2p obj) Default implementation ofObject.hashCode()contract for this interface.static StringP2p.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.