public static interface AnalyticsSessionMetric.Builder extends SdkPojo, CopyableBuilder<AnalyticsSessionMetric.Builder,AnalyticsSessionMetric>
| Modifier and Type | Method and Description |
|---|---|
AnalyticsSessionMetric.Builder |
name(AnalyticsSessionMetricName name)
The metric for which you want to get session summary statistics.
|
AnalyticsSessionMetric.Builder |
name(String name)
The metric for which you want to get session summary statistics.
|
AnalyticsSessionMetric.Builder |
order(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsSessionMetric.Builder |
order(String order)
Specifies whether to sort the results in ascending or descending order.
|
AnalyticsSessionMetric.Builder |
statistic(AnalyticsMetricStatistic statistic)
The summary statistic to calculate.
|
AnalyticsSessionMetric.Builder |
statistic(String statistic)
The summary statistic to calculate.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalyticsSessionMetric.Builder name(String name)
The metric for which you want to get session summary statistics.
Count – The number of sessions.
Success – The number of sessions that succeeded.
Failure – The number of sessions that failed.
Dropped – The number of sessions that the user dropped.
Duration – The duration of sessions.
TurnsPerSession – The number of turns in the sessions.
Concurrency – The number of sessions occurring in the same period of time.
name - The metric for which you want to get session summary statistics.
Count – The number of sessions.
Success – The number of sessions that succeeded.
Failure – The number of sessions that failed.
Dropped – The number of sessions that the user dropped.
Duration – The duration of sessions.
TurnsPerSession – The number of turns in the sessions.
Concurrency – The number of sessions occurring in the same period of time.
AnalyticsSessionMetricName,
AnalyticsSessionMetricNameAnalyticsSessionMetric.Builder name(AnalyticsSessionMetricName name)
The metric for which you want to get session summary statistics.
Count – The number of sessions.
Success – The number of sessions that succeeded.
Failure – The number of sessions that failed.
Dropped – The number of sessions that the user dropped.
Duration – The duration of sessions.
TurnsPerSession – The number of turns in the sessions.
Concurrency – The number of sessions occurring in the same period of time.
name - The metric for which you want to get session summary statistics.
Count – The number of sessions.
Success – The number of sessions that succeeded.
Failure – The number of sessions that failed.
Dropped – The number of sessions that the user dropped.
Duration – The duration of sessions.
TurnsPerSession – The number of turns in the sessions.
Concurrency – The number of sessions occurring in the same period of time.
AnalyticsSessionMetricName,
AnalyticsSessionMetricNameAnalyticsSessionMetric.Builder statistic(String statistic)
The summary statistic to calculate.
Sum – The total count for the category you provide in name.
Average – The total count divided by the number of sessions in the category you provide in
name.
Max – The highest count in the category you provide in name.
statistic - The summary statistic to calculate.
Sum – The total count for the category you provide in name.
Average – The total count divided by the number of sessions in the category you provide
in name.
Max – The highest count in the category you provide in name.
AnalyticsMetricStatistic,
AnalyticsMetricStatisticAnalyticsSessionMetric.Builder statistic(AnalyticsMetricStatistic statistic)
The summary statistic to calculate.
Sum – The total count for the category you provide in name.
Average – The total count divided by the number of sessions in the category you provide in
name.
Max – The highest count in the category you provide in name.
statistic - The summary statistic to calculate.
Sum – The total count for the category you provide in name.
Average – The total count divided by the number of sessions in the category you provide
in name.
Max – The highest count in the category you provide in name.
AnalyticsMetricStatistic,
AnalyticsMetricStatisticAnalyticsSessionMetric.Builder order(String order)
Specifies whether to sort the results in ascending or descending order.
order - Specifies whether to sort the results in ascending or descending order.AnalyticsSortOrder,
AnalyticsSortOrderAnalyticsSessionMetric.Builder order(AnalyticsSortOrder order)
Specifies whether to sort the results in ascending or descending order.
order - Specifies whether to sort the results in ascending or descending order.AnalyticsSortOrder,
AnalyticsSortOrderCopyright © 2023. All rights reserved.