public class QueryLogOptions extends GenericModel
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryLogOptions.Builder
Builder.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
count()
Gets the count.
|
java.lang.String |
filter()
Gets the filter.
|
QueryLogOptions.Builder |
newBuilder()
New builder.
|
java.lang.Long |
offset()
Gets the offset.
|
java.lang.String |
query()
Gets the query.
|
java.util.List<java.lang.String> |
sort()
Gets the sort.
|
equals, hashCode, toStringpublic QueryLogOptions.Builder newBuilder()
public java.lang.String filter()
public java.lang.String query()
public java.lang.Long count()
public java.lang.Long offset()
public java.util.List<java.lang.String> sort()