Package | Description |
---|---|
com.tencentcloudapi.dsgc.v20190723.models |
Modifier and Type | Method and Description |
---|---|
COSDataRule |
ScanTaskCOSRules.getIgnoreStringRule()
Get 忽略词规则内容组,最大支持5个忽略词。
|
COSDataRule |
ScanTaskCOSRules.getKeywordRule()
Get 关键词规则内容组,最大支持5个关键词。
|
COSDataRule |
ScanTaskCOSRules.getRegexRule()
Get regex规则内容
|
Modifier and Type | Method and Description |
---|---|
void |
ScanTaskCOSRules.setIgnoreStringRule(COSDataRule IgnoreStringRule)
Set 忽略词规则内容组,最大支持5个忽略词。
|
void |
ScanTaskCOSRules.setKeywordRule(COSDataRule KeywordRule)
Set 关键词规则内容组,最大支持5个关键词。
|
void |
ScanTaskCOSRules.setRegexRule(COSDataRule RegexRule)
Set regex规则内容
|
Constructor and Description |
---|
COSDataRule(COSDataRule 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.
|
Copyright © 2025. All rights reserved.