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
Packages that use P2mp
Package
Description
-
Uses of P2mp 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 P2mpModifier and TypeMethodDescriptionSegmentComputation.getP2mp()Return p2mp, ornullif it is not present.SegmentComputationBuilder.getP2mp()Return current value associated with the property corresponding toSegmentComputation.getP2mp().@NonNull P2mpSegmentComputation.nonnullP2mp()Return p2mp, 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 P2mpModifier 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
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 P2mpModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<P2mp>>
E$$P2mpBuilder.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 P2mpModifier and TypeMethodDescription@NonNull P2mpP2mpBuilder.build()A newP2mpinstance.static @NonNull P2mpP2mpBuilder.empty()Get empty instance of P2mp.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 P2mpMethods 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 P2mpModifier and TypeMethodDescriptionstatic booleanP2mp.bindingEquals(@NonNull P2mp thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intP2mp.bindingHashCode(@NonNull P2mp obj) Default implementation ofObject.hashCode()contract for this interface.static StringP2mp.bindingToString(@NonNull P2mp 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 P2mpModifier and TypeMethodDescriptionP2mpBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<P2mp> augmentation) Add an augmentation to this builder's product.P2mpBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<P2mp>> 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 P2mpModifierConstructorDescriptionP2mpBuilder(P2mp base) Construct a builder initialized with state from specifiedP2mp.