Package ai.tock.nlp.admin.model
Class LogsQuery
-
- All Implemented Interfaces:
public final class LogsQuery extends PaginatedQuery
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringsearchprivate final Booleantestprivate final Longstartprivate final Integersizeprivate final SearchMarksearchMarkprivate final List<Pair<String, Boolean>>sortprivate final LocalecurrentLanguageprivate final Stringnamespaceprivate final StringapplicationNameprivate final Localelanguage
-
Method Summary
Modifier and Type Method Description final StringgetSearch()final BooleangetTest()final ParseRequestLogQuerytoParseRequestLogQuery(Id<ApplicationDefinition> applicationId)-
Methods inherited from class ai.tock.nlp.admin.model.PaginatedQuery
getSearchMark, getSize, getSort, getStart -
Methods inherited from class ai.tock.nlp.admin.model.ApplicationScopedQuery
getApplicationName, getCurrentLanguage, getLanguage, getNamespace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-