Package ai.tock.nlp.admin.model
Class LogCountQuery
-
- All Implemented Interfaces:
public final class LogCountQuery extends PaginatedQuery
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerminCountprivate final StringintentNameprivate final Booleanvalidatedprivate final Longstartprivate final Integersizeprivate final SearchMarksearchMarkprivate final List<Pair<String, Boolean>>sortprivate final LocalecurrentLanguageprivate final Stringnamespaceprivate final StringapplicationNameprivate final Localelanguage
-
Constructor Summary
Constructors Constructor Description LogCountQuery(Integer minCount, String intentName, Boolean validated)
-
Method Summary
Modifier and Type Method Description final IntegergetMinCount()final StringgetIntentName()final BooleangetValidated()final ParseRequestLogCountQuerytoRequestLogStatQuery(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
-
-
Method Detail
-
getMinCount
final Integer getMinCount()
-
getIntentName
final String getIntentName()
-
getValidated
final Boolean getValidated()
-
toRequestLogStatQuery
final ParseRequestLogCountQuery toRequestLogStatQuery(Id<ApplicationDefinition> applicationId)
-
-
-
-