类 SplashPageStat.Builder
java.lang.Object
com.lark.oapi.service.admin.v1.model.SplashPageStat.Builder
- 封闭类:
SplashPageStat
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()clickCount(Integer clickCount) 点击数clickCountAccumulate(Integer clickCountAccumulate) 累计点击日期impressionCount(Integer impressionCount) 曝光数impressionCountAccumulate(Integer impressionCountAccumulate) 累计曝光点击跳过数skipCountAccumulate(Integer skipCountAccumulate) 累积点击跳过数开屏素材id
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
date
日期示例值:
- 参数:
date-- 返回:
-
splashId
开屏素材id示例值:
- 参数:
splashId-- 返回:
-
impressionCount
曝光数示例值:
- 参数:
impressionCount-- 返回:
-
clickCount
点击数示例值:
- 参数:
clickCount-- 返回:
-
skipCount
点击跳过数示例值:
- 参数:
skipCount-- 返回:
-
impressionCountAccumulate
累计曝光示例值:
- 参数:
impressionCountAccumulate-- 返回:
-
clickCountAccumulate
累计点击示例值:
- 参数:
clickCountAccumulate-- 返回:
-
skipCountAccumulate
累积点击跳过数示例值:
- 参数:
skipCountAccumulate-- 返回:
-
build
-