public class QueryLogOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | QueryLogOptions.BuilderBuilder. | 
| 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. | 
public 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()