Class QueryBatchRequestPayload
java.lang.Object
com.vaadin.appsec.backend.model.osv.request.QueryBatchRequestPayload
- All Implemented Interfaces:
Serializable
The container for the payload of a batch query to the OSV API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNo args constructor for use in serialization.QueryBatchRequestPayload(QueryRequestPayload[] queries) Instantiates a new query batch request payload. -
Method Summary
Modifier and TypeMethodDescriptionGets the queries.voidsetQueries(QueryRequestPayload[] queries) Sets the queries.toString()
-
Constructor Details
-
QueryBatchRequestPayload
public QueryBatchRequestPayload()No args constructor for use in serialization. -
QueryBatchRequestPayload
Instantiates a new query batch request payload.- Parameters:
queries- the queries
-
-
Method Details