public static class DlpDetectModeProofContext.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DlpDetectModeProofContext |
build() |
DlpDetectModeProofContext.Builder |
detectMode(Integer detectMode)
检测类型;; - 2: 关键词; - 3: 正则表达式; - 5: 文件大小; - 6: 文件扩展名; - 7: 文件类型; - 8: 敏感信息类型
示例值:1
|
DlpDetectModeProofContext.Builder |
detectName(String detectName)
检测类型名称
示例值:关键词1
|
DlpDetectModeProofContext.Builder |
hitCount(Integer hitCount)
~~命中次数~~(暂不支持)
示例值:12
|
DlpDetectModeProofContext.Builder |
proofContexts(DlpProofContext[] proofContexts)
命中片段
示例值:
|
public DlpDetectModeProofContext.Builder detectMode(Integer detectMode)
示例值:1
detectMode - public DlpDetectModeProofContext.Builder detectName(String detectName)
示例值:关键词1
detectName - public DlpDetectModeProofContext.Builder proofContexts(DlpProofContext[] proofContexts)
示例值:
proofContexts - public DlpDetectModeProofContext.Builder hitCount(Integer hitCount)
示例值:12
hitCount - public DlpDetectModeProofContext build()
Copyright © 2026. All rights reserved.