类 DlpDetectModeProofContext.Builder
java.lang.Object
com.lark.oapi.service.security_and_compliance.v1.model.DlpDetectModeProofContext.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()detectMode(Integer detectMode) 检测类型detectName(String detectName) 检测类型名称命中次数proofContexts(DlpProofContext[] proofContexts) 命中片段
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
detectMode
检测类型示例值:1
- 参数:
detectMode-- 返回:
-
detectName
检测类型名称示例值:关键词1
- 参数:
detectName-- 返回:
-
proofContexts
命中片段示例值:
- 参数:
proofContexts-- 返回:
-
hitCount
命中次数示例值:12
- 参数:
hitCount-- 返回:
-
build
-