Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.message.Requests
Packages that use Requests
Package
Description
-
Uses of Requests in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message that return types with arguments of type RequestsModifier and TypeMethodDescriptionPcreqMessage.getRequests()Return requests, ornullif it is not present.PcreqMessageBuilder.getRequests()Return current value associated with the property corresponding toPcreqMessage.getRequests().PcreqMessage.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.types.rev181109.pcreq.message with type arguments of type RequestsModifier and TypeMethodDescriptionPcreqMessageBuilder.setRequests(List<Requests> values) Set the property corresponding toPcreqMessage.getRequests()to the specified value. -
Uses of Requests 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 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.types.rev181109.pcreq.message.pcreq.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.types.rev181109.pcreq.message.pcreq.message that return types with arguments of type RequestsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcreq.message.pcreq.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.types.rev181109.pcreq.message.pcreq.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.types.rev181109.pcreq.message.pcreq.message with parameters of type RequestsModifierConstructorDescriptionRequestsBuilder(Requests base) Construct a builder initialized with state from specifiedRequests.