Class DataContent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.DataContent
-
public class DataContent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DataContent()DataContent(DataContent 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetIsIgnoreCase()Get 是否区分大小写 false: 不区分大小写 true:区分大小写StringgetRuleContent()Get 规则内容,可以是正则规则,关键词, 忽略词扥voidsetIsIgnoreCase(Boolean IsIgnoreCase)Set 是否区分大小写 false: 不区分大小写 true:区分大小写voidsetRuleContent(String RuleContent)Set 规则内容,可以是正则规则,关键词, 忽略词扥voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DataContent
public DataContent()
-
DataContent
public DataContent(DataContent 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.
-
-
Method Detail
-
getRuleContent
public String getRuleContent()
Get 规则内容,可以是正则规则,关键词, 忽略词扥- Returns:
- RuleContent 规则内容,可以是正则规则,关键词, 忽略词扥
-
setRuleContent
public void setRuleContent(String RuleContent)
Set 规则内容,可以是正则规则,关键词, 忽略词扥- Parameters:
RuleContent- 规则内容,可以是正则规则,关键词, 忽略词扥
-
getIsIgnoreCase
public Boolean getIsIgnoreCase()
Get 是否区分大小写 false: 不区分大小写 true:区分大小写- Returns:
- IsIgnoreCase 是否区分大小写 false: 不区分大小写 true:区分大小写
-
setIsIgnoreCase
public void setIsIgnoreCase(Boolean IsIgnoreCase)
Set 是否区分大小写 false: 不区分大小写 true:区分大小写- Parameters:
IsIgnoreCase- 是否区分大小写 false: 不区分大小写 true:区分大小写
-
-