Class QueryBatchResponse
java.lang.Object
com.vaadin.appsec.backend.model.osv.response.QueryBatchResponse
DTO for the OSV API query response.
-
Constructor Summary
ConstructorsConstructorDescriptionNo args constructor for use in serialization.QueryBatchResponse(VulnerabilityIdArray[] results) Instantiates a new query batch response. -
Method Summary
Modifier and TypeMethodDescriptionGets the results.voidsetResults(VulnerabilityIdArray[] results) Sets the results.toString()
-
Constructor Details
-
QueryBatchResponse
public QueryBatchResponse()No args constructor for use in serialization. -
QueryBatchResponse
Instantiates a new query batch response.- Parameters:
results- the results
-
-
Method Details