Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720.pcinitiate.message.pcinitiate.message.Requests
Packages that use Requests
Package
Description
-
Uses of Requests in org.opendaylight.protocol.pcep.ietf.initiated
Methods in org.opendaylight.protocol.pcep.ietf.initiated that return RequestsModifier and TypeMethodDescriptionprotected RequestsInitiatedPCInitiateMessageParser.getValidRequest(Queue<Object> objects) Methods in org.opendaylight.protocol.pcep.ietf.initiated with parameters of type RequestsModifier and TypeMethodDescriptionprotected voidInitiatedPCInitiateMessageParser.serializeRequest(Requests req, io.netty.buffer.ByteBuf buffer) -
Uses of Requests in org.opendaylight.protocol.pcep.pcc.mock
Methods in org.opendaylight.protocol.pcep.pcc.mock with parameters of type RequestsModifier and TypeMethodDescriptionprotected voidPCCTunnelManagerImpl.addTunnel(Requests request, PCCSession session) voidPCCTunnelManagerImpl.onMessagePcInitiate(Requests request, PCCSession session) protected voidPCCTunnelManagerImpl.removeTunnel(Requests request, PCCSession session) protected voidPCCTunnelManagerImpl.takeDelegation(Requests request, PCCSession session) -
Uses of Requests in org.opendaylight.protocol.pcep.pcc.mock.api
Methods in org.opendaylight.protocol.pcep.pcc.mock.api with parameters of type RequestsModifier and TypeMethodDescriptionvoidPCCTunnelManager.onMessagePcInitiate(@NonNull Requests request, @NonNull PCCSession session) -
Uses of Requests in org.opendaylight.protocol.pcep.pcc.mock.spi
Methods in org.opendaylight.protocol.pcep.pcc.mock.spi with parameters of type Requests -
Uses of Requests in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720.pcinitiate.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720.pcinitiate.message that return types with arguments of type RequestsModifier and TypeMethodDescriptionPcinitiateMessage.getRequests()Return requests, ornullif it is not present.PcinitiateMessageBuilder.getRequests()Return current value associated with the property corresponding toPcinitiateMessage.getRequests().PcinitiateMessage.nonnullRequests()Return requests, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720.pcinitiate.message with type arguments of type RequestsModifier and TypeMethodDescriptionPcinitiateMessageBuilder.setRequests(List<Requests> values) Set the property corresponding toPcinitiateMessage.getRequests()to the specified value. -
Uses of Requests in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720.pcinitiate.message.pcinitiate.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720.pcinitiate.message.pcinitiate.message with type parameters of type RequestsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Requests>>
E$$RequestsBuilder.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.ietf.initiated.rev200720.pcinitiate.message.pcinitiate.message that return RequestsModifier and TypeMethodDescription@NonNull RequestsRequestsBuilder.build()A newRequestsinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720.pcinitiate.message.pcinitiate.message that return types with arguments of type RequestsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720.pcinitiate.message.pcinitiate.message with parameters of type RequestsModifier and TypeMethodDescriptionstatic booleanRequests.bindingEquals(@NonNull Requests thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intRequests.bindingHashCode(@NonNull Requests obj) Default implementation ofObject.hashCode()contract for this interface.static StringRequests.bindingToString(@NonNull Requests obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720.pcinitiate.message.pcinitiate.message with type arguments of type RequestsModifier and TypeMethodDescriptionRequestsBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Requests> augmentation) Add an augmentation to this builder's product.RequestsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Requests>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.initiated.rev200720.pcinitiate.message.pcinitiate.message with parameters of type RequestsModifierConstructorDescriptionRequestsBuilder(Requests base) Construct a builder initialized with state from specifiedRequests.