public class ZqlSearchRequest extends Object
Constructor and Description |
---|
ZqlSearchRequest(String zqlQuery,
int offset,
int maxRecords) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxRecords() |
int |
getOffset() |
String |
getZqlQuery() |
void |
setMaxRecords(int maxRecords) |
void |
setOffset(int offset) |
void |
setZqlQuery(String zqlQuery) |
public ZqlSearchRequest(String zqlQuery, int offset, int maxRecords)
Copyright © 2020. All rights reserved.