-
public final class LogStatsQuery extends ApplicationScopedQuery
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringintentprivate final IntegerminOccurrencesprivate final BooleanonlyCurrentLocaleprivate final LocalecurrentLanguageprivate final Stringnamespaceprivate final StringapplicationNameprivate final Localelanguage
-
Constructor Summary
Constructors Constructor Description LogStatsQuery(String intent, Integer minOccurrences, Boolean onlyCurrentLocale)
-
Method Summary
Modifier and Type Method Description final ParseRequestLogStatQuerytoStatQuery(ApplicationDefinition application)final Stringcomponent1()final Integercomponent2()final Booleancomponent3()final LogStatsQuerycopy(String intent, Integer minOccurrences, Boolean onlyCurrentLocale)final StringgetIntent()final IntegergetMinOccurrences()final BooleangetOnlyCurrentLocale()final LocalegetCurrentLanguage()final StringgetNamespace()final StringgetApplicationName()final LocalegetLanguage()-
-
Method Detail
-
toStatQuery
final ParseRequestLogStatQuery toStatQuery(ApplicationDefinition application)
-
component1
final String component1()
-
component2
final Integer component2()
-
component3
final Boolean component3()
-
copy
final LogStatsQuery copy(String intent, Integer minOccurrences, Boolean onlyCurrentLocale)
-
getMinOccurrences
final Integer getMinOccurrences()
-
getOnlyCurrentLocale
final Boolean getOnlyCurrentLocale()
-
getCurrentLanguage
final Locale getCurrentLanguage()
-
getNamespace
final String getNamespace()
-
getApplicationName
final String getApplicationName()
-
getLanguage
final Locale getLanguage()
-
-
-
-