public class StrategyForAntiInfoLeak extends AbstractModel
header, skipSign
Constructor and Description |
---|
StrategyForAntiInfoLeak() |
StrategyForAntiInfoLeak(StrategyForAntiInfoLeak 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 |
---|---|
String |
getCompareFunc()
Get 逻辑符号
|
String |
getContent()
Get 匹配内容
|
String |
getField()
Get 匹配字段
|
void |
setCompareFunc(String CompareFunc)
Set 逻辑符号
|
void |
setContent(String Content)
Set 匹配内容
|
void |
setField(String Field)
Set 匹配字段
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StrategyForAntiInfoLeak()
public StrategyForAntiInfoLeak(StrategyForAntiInfoLeak source)
public String getField()
public void setField(String Field)
Field
- 匹配字段public String getCompareFunc()
public void setCompareFunc(String CompareFunc)
CompareFunc
- 逻辑符号public String getContent()
public void setContent(String Content)
Content
- 匹配内容Copyright © 2023. All rights reserved.