public class DataContent extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsIgnoreCase()
Get 是否区分大小写
false: 不区分大小写
true:区分大小写
|
String |
getRuleContent()
Get 规则内容,可以是正则规则,关键词,
忽略词扥
|
void |
setIsIgnoreCase(Boolean IsIgnoreCase)
Set 是否区分大小写
false: 不区分大小写
true:区分大小写
|
void |
setRuleContent(String RuleContent)
Set 规则内容,可以是正则规则,关键词,
忽略词扥
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DataContent()
public DataContent(DataContent source)
public String getRuleContent()
public void setRuleContent(String RuleContent)
RuleContent
- 规则内容,可以是正则规则,关键词,
忽略词扥public Boolean getIsIgnoreCase()
public void setIsIgnoreCase(Boolean IsIgnoreCase)
IsIgnoreCase
- 是否区分大小写
false: 不区分大小写
true:区分大小写Copyright © 2024. All rights reserved.