Package ai.tock.bot.admin.user
Class AnalyticsQuery
-
- All Implemented Interfaces:
public final class AnalyticsQuery
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnamespaceprivate final StringnlpModelprivate final Localelanguageprivate final LocalDateTimefromprivate final LocalDateTimeto
-
Constructor Summary
Constructors Constructor Description AnalyticsQuery(String namespace, String nlpModel, Locale language, LocalDateTime from, LocalDateTime to)
-
Method Summary
Modifier and Type Method Description final StringgetNamespace()final StringgetNlpModel()final LocalegetLanguage()final LocalDateTimegetFrom()final LocalDateTimegetTo()-
-
Constructor Detail
-
AnalyticsQuery
AnalyticsQuery(String namespace, String nlpModel, Locale language, LocalDateTime from, LocalDateTime to)
-
-
Method Detail
-
getNamespace
final String getNamespace()
-
getNlpModel
final String getNlpModel()
-
getLanguage
final Locale getLanguage()
-
getFrom
final LocalDateTime getFrom()
-
getTo
final LocalDateTime getTo()
-
-
-
-