Uses of Class
com.tencentcloudapi.wav.v20210129.models.QueryCustomerEventDetailStatisticsResponse
-
Packages that use QueryCustomerEventDetailStatisticsResponse Package Description com.tencentcloudapi.wav.v20210129 com.tencentcloudapi.wav.v20210129.models -
-
Uses of QueryCustomerEventDetailStatisticsResponse in com.tencentcloudapi.wav.v20210129
Methods in com.tencentcloudapi.wav.v20210129 that return QueryCustomerEventDetailStatisticsResponse Modifier and Type Method Description QueryCustomerEventDetailStatisticsResponseWavClient. QueryCustomerEventDetailStatistics(QueryCustomerEventDetailStatisticsRequest req)通过接口拉取SaaS内C端外部联系人在指定时间范围内的行为事件明细。此接口提供的数据以天为维度,查询的时间范围为[start_time,end_time],即前后均为闭区间,支持的最大查询跨度为365天。 -
Uses of QueryCustomerEventDetailStatisticsResponse in com.tencentcloudapi.wav.v20210129.models
Constructors in com.tencentcloudapi.wav.v20210129.models with parameters of type QueryCustomerEventDetailStatisticsResponse Constructor Description QueryCustomerEventDetailStatisticsResponse(QueryCustomerEventDetailStatisticsResponse 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.
-