Interface WpMetricsByTimeLineResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
WpMetricsByTimeLineResponseData,WpMetricsByTimeLineResponseData.Builder
public interface WpMetricsByTimeLineResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetActiveWps()Total active channels created (EMetric.TotalActiveWps)doublegetAvgActiveWpDuration()Average time (min) per active channeldoublegetAvgUsersActiveWp()Average Participants per active WP (2+ participants per WP)longgetTimeFrame()UNIX timestamp (EPOCH)doublegetTotalMinWp2Users()Total minutes in WP 2+ with X ParticipantsdoublegetTotalMinWp3Users()Total minutes in WP 2+ with 3 ParticipantsintgetTotalWpSeen()WP user has been engaged at this bucket (BOTH solo and NOT)intgetUsersEngagedWithActiveWp()Total users joined an active WP (EMetric.TotalUsersEngagedWithWp2plus)intgetUsersEngagedWithWp()Total users interacted with WP (EMetric.TotalUsersEngagedWithWp)
-
-
-
Method Detail
-
getTimeFrame
long getTimeFrame()
UNIX timestamp (EPOCH)
int64 time_frame = 1 [json_name = "timeFrame"];- Returns:
- The timeFrame.
-
getTotalWpSeen
int getTotalWpSeen()
WP user has been engaged at this bucket (BOTH solo and NOT)
int32 total_wp_seen = 2 [json_name = "totalWpSeen"];- Returns:
- The totalWpSeen.
-
getUsersEngagedWithActiveWp
int getUsersEngagedWithActiveWp()
Total users joined an active WP (EMetric.TotalUsersEngagedWithWp2plus)
int32 users_engaged_with_active_wp = 3 [json_name = "usersEngagedWithActiveWp"];- Returns:
- The usersEngagedWithActiveWp.
-
getUsersEngagedWithWp
int getUsersEngagedWithWp()
Total users interacted with WP (EMetric.TotalUsersEngagedWithWp)
int32 users_engaged_with_wp = 4 [json_name = "usersEngagedWithWp"];- Returns:
- The usersEngagedWithWp.
-
getActiveWps
int getActiveWps()
Total active channels created (EMetric.TotalActiveWps)
int32 active_wps = 5 [json_name = "activeWps"];- Returns:
- The activeWps.
-
getAvgUsersActiveWp
double getAvgUsersActiveWp()
Average Participants per active WP (2+ participants per WP)
double avg_users_active_wp = 6 [json_name = "avgUsersActiveWp"];- Returns:
- The avgUsersActiveWp.
-
getAvgActiveWpDuration
double getAvgActiveWpDuration()
Average time (min) per active channel
double avg_active_wp_duration = 7 [json_name = "avgActiveWpDuration"];- Returns:
- The avgActiveWpDuration.
-
getTotalMinWp2Users
double getTotalMinWp2Users()
Total minutes in WP 2+ with X Participants
double total_min_wp_2_users = 8 [json_name = "totalMinWp2Users"];- Returns:
- The totalMinWp2Users.
-
getTotalMinWp3Users
double getTotalMinWp3Users()
Total minutes in WP 2+ with 3 Participants
double total_min_wp_3_users = 9 [json_name = "totalMinWp3Users"];- Returns:
- The totalMinWp3Users.
-
-