Package com.loop54.model.response
Class QueryCollection
java.lang.Object
com.loop54.model.response.QueryCollection
A collection of queries (strings).
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe total number of queries available before paging.The queries after paging. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
public int countThe total number of queries available before paging. -
items
The queries after paging.
-
-
Constructor Details
-
QueryCollection
public QueryCollection()
-