Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests.SegmentComputation
Packages that use SegmentComputation
Package
Description
-
Uses of SegmentComputation in org.opendaylight.protocol.pcep.ietf.stateful
Methods in org.opendaylight.protocol.pcep.ietf.stateful that return SegmentComputationModifier and TypeMethodDescriptionprotected SegmentComputation
StatefulPCRequestMessageParser.getP2PSegmentComputation
(P2pBuilder builder, Queue<Object> objects, List<Message> errors, Rp rp) -
Uses of SegmentComputation in org.opendaylight.protocol.pcep.parser.message
Methods in org.opendaylight.protocol.pcep.parser.message that return SegmentComputationModifier and TypeMethodDescriptionprotected SegmentComputation
PCEPRequestMessageParser.getP2MPSegmentComputation
(Queue<Object> objects, List<Message> errors, Rp rp) protected SegmentComputation
PCEPRequestMessageParser.getP2PSegmentComputation
(P2pBuilder builder, Queue<Object> objects, List<Message> errors, Rp rp) -
Uses of SegmentComputation in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message that return SegmentComputationModifier and TypeMethodDescriptionRequests.getSegmentComputation()
Return segmentComputation, ornull
if it is not present.RequestsBuilder.getSegmentComputation()
Return current value associated with the property corresponding toRequests.getSegmentComputation()
.@NonNull SegmentComputation
Requests.nonnullSegmentComputation()
Return segmentComputation, 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 with parameters of type SegmentComputationModifier and TypeMethodDescriptionRequestsBuilder.setSegmentComputation
(SegmentComputation value) Set the property corresponding toRequests.getSegmentComputation()
to the specified value. -
Uses of SegmentComputation 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 with type parameters of type SegmentComputationModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<SegmentComputation>>
E$$SegmentComputationBuilder.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 that return SegmentComputationModifier and TypeMethodDescription@NonNull SegmentComputation
SegmentComputationBuilder.build()
A newSegmentComputation
instance.static @NonNull SegmentComputation
SegmentComputationBuilder.empty()
Get empty instance of SegmentComputation.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.requests that return types with arguments of type SegmentComputationModifier and TypeMethodDescriptiondefault Class
<SegmentComputation> SegmentComputation.implementedInterface()
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 SegmentComputationModifier and TypeMethodDescriptionstatic boolean
SegmentComputation.bindingEquals
(@NonNull SegmentComputation thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
SegmentComputation.bindingHashCode
(@NonNull SegmentComputation obj) Default implementation ofObject.hashCode()
contract for this interface.static String
SegmentComputation.bindingToString
(@NonNull SegmentComputation 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 with type arguments of type SegmentComputationModifier and TypeMethodDescriptionSegmentComputationBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<SegmentComputation> augmentation) Add an augmentation to this builder's product.SegmentComputationBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<SegmentComputation>> 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 with parameters of type SegmentComputationModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSegmentComputation
.