Uses of Class
com.tencentcloudapi.cls.v20201016.models.KeyRegexInfo
-
Packages that use KeyRegexInfo Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of KeyRegexInfo in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return KeyRegexInfo Modifier and Type Method Description KeyRegexInfo[]ExtractRuleInfo. getFilterKeyRegex()Get 需要过滤日志的key,及其对应的regex 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type KeyRegexInfo Modifier and Type Method Description voidExtractRuleInfo. setFilterKeyRegex(KeyRegexInfo[] FilterKeyRegex)Set 需要过滤日志的key,及其对应的regex 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type KeyRegexInfo Constructor Description KeyRegexInfo(KeyRegexInfo 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.
-