Uses of Class
com.tencentcloudapi.trro.v20220325.models.SessionIntervalStatistic
-
Packages that use SessionIntervalStatistic Package Description com.tencentcloudapi.trro.v20220325.models -
-
Uses of SessionIntervalStatistic in com.tencentcloudapi.trro.v20220325.models
Methods in com.tencentcloudapi.trro.v20220325.models that return SessionIntervalStatistic Modifier and Type Method Description SessionIntervalStatistic[]DescribeSessionStatisticsByIntervalResponse. getSessionStatistics()Get 各时间段的会话统计数据Methods in com.tencentcloudapi.trro.v20220325.models with parameters of type SessionIntervalStatistic Modifier and Type Method Description voidDescribeSessionStatisticsByIntervalResponse. setSessionStatistics(SessionIntervalStatistic[] SessionStatistics)Set 各时间段的会话统计数据Constructors in com.tencentcloudapi.trro.v20220325.models with parameters of type SessionIntervalStatistic Constructor Description SessionIntervalStatistic(SessionIntervalStatistic source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-