public class QueryResultsV2026R0 extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryResultsV2026R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<QueryResultEntryV2026R0> |
entries
The list of items matching the query predicate.
|
protected int |
limit
The limit that was used for this request.
|
protected String |
nextMarker
The marker for the start of the next page of results.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
QueryResultsV2026R0(List<QueryResultEntryV2026R0> entries,
int limit) |
protected |
QueryResultsV2026R0(QueryResultsV2026R0.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<QueryResultEntryV2026R0> |
getEntries() |
int |
getLimit() |
String |
getNextMarker() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final List<QueryResultEntryV2026R0> entries
protected String nextMarker
protected final int limit
public QueryResultsV2026R0(List<QueryResultEntryV2026R0> entries, int limit)
protected QueryResultsV2026R0(QueryResultsV2026R0.Builder builder)
public List<QueryResultEntryV2026R0> getEntries()
public String getNextMarker()
public int getLimit()