Uses of Class
com.tencentcloudapi.dsgc.v20190723.models.DspaDiscoveryCOSDataRule
-
Packages that use DspaDiscoveryCOSDataRule Package Description com.tencentcloudapi.dsgc.v20190723.models -
-
Uses of DspaDiscoveryCOSDataRule in com.tencentcloudapi.dsgc.v20190723.models
Methods in com.tencentcloudapi.dsgc.v20190723.models that return DspaDiscoveryCOSDataRule Modifier and Type Method Description DspaDiscoveryCOSDataRuleDspaDiscoveryCOSRules. getIgnoreStringRule()Get 忽略词规则内容组,最大支持5个忽略词。 注意:此字段可能返回 null,表示取不到有效值。DspaDiscoveryCOSDataRuleDspaDiscoveryCOSRules. getKeywordRule()Get 关键词规则内容组,最大支持5个关键词。 注意:此字段可能返回 null,表示取不到有效值。DspaDiscoveryCOSDataRuleDspaDiscoveryCOSRules. getRegexRule()Get regex规则内容 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.dsgc.v20190723.models with parameters of type DspaDiscoveryCOSDataRule Modifier and Type Method Description voidDspaDiscoveryCOSRules. setIgnoreStringRule(DspaDiscoveryCOSDataRule IgnoreStringRule)Set 忽略词规则内容组,最大支持5个忽略词。 注意:此字段可能返回 null,表示取不到有效值。voidDspaDiscoveryCOSRules. setKeywordRule(DspaDiscoveryCOSDataRule KeywordRule)Set 关键词规则内容组,最大支持5个关键词。 注意:此字段可能返回 null,表示取不到有效值。voidDspaDiscoveryCOSRules. setRegexRule(DspaDiscoveryCOSDataRule RegexRule)Set regex规则内容 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.dsgc.v20190723.models with parameters of type DspaDiscoveryCOSDataRule Constructor Description DspaDiscoveryCOSDataRule(DspaDiscoveryCOSDataRule 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.
-