类 StatisticalReport.Builder
java.lang.Object
com.lark.oapi.service.baike.v1.model.StatisticalReport.Builder
- 封闭类:
StatisticalReport
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()correctInfo(CorrectInfo correctInfo) 纠错相关数据dateInterval(StatisticalReportDateIntervalEnum dateInterval) 请求时间区间dateInterval(Integer dateInterval) 请求时间区间updateDate(String updateDate) 天维度的时间戳,用于确认数据最近一次更新时间词汇量相关数据
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
dateInterval
请求时间区间示例值:请求时间区间
- 参数:
dateInterval-- 返回:
-
dateInterval
请求时间区间示例值:请求时间区间
- 参数:
dateInterval-StatisticalReportDateIntervalEnum- 返回:
-
wordInfo
词汇量相关数据示例值:
- 参数:
wordInfo-- 返回:
-
correctInfo
纠错相关数据示例值:
- 参数:
correctInfo-- 返回:
-
updateDate
天维度的时间戳,用于确认数据最近一次更新时间示例值:“20221101”
- 参数:
updateDate-- 返回:
-
build
-