-
public final class UserAnalyticsQueryResult
-
-
Method Summary
Modifier and Type Method Description final List<String>component1()final List<List<Integer>>component2()final List<String>component3()final List<String>component4()final UserAnalyticsQueryResultcopy(List<String> dates, List<List<Integer>> usersData, List<String> connectorsType, List<String> intents)final List<String>getDates()final List<List<Integer>>getUsersData()final List<String>getConnectorsType()final List<String>getIntents()-
-
Method Detail
-
component1
final List<String> component1()
-
component2
final List<List<Integer>> component2()
-
component3
final List<String> component3()
-
component4
final List<String> component4()
-
copy
final UserAnalyticsQueryResult copy(List<String> dates, List<List<Integer>> usersData, List<String> connectorsType, List<String> intents)
-
getUsersData
final List<List<Integer>> getUsersData()
-
getConnectorsType
final List<String> getConnectorsType()
-
getIntents
final List<String> getIntents()
-
-
-
-