public class UserWhiteRuleItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserWhiteRuleItem() |
UserWhiteRuleItem(UserWhiteRuleItem 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 |
getMatchContent()
Get 匹配内容
|
String |
getMatchField()
Get 匹配域
|
String |
getMatchMethod()
Get 匹配方法
|
void |
setMatchContent(String MatchContent)
Set 匹配内容
|
void |
setMatchField(String MatchField)
Set 匹配域
|
void |
setMatchMethod(String MatchMethod)
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 UserWhiteRuleItem()
public UserWhiteRuleItem(UserWhiteRuleItem source)
public String getMatchField()
public void setMatchField(String MatchField)
MatchField
- 匹配域public String getMatchMethod()
public void setMatchMethod(String MatchMethod)
MatchMethod
- 匹配方法public String getMatchContent()
public void setMatchContent(String MatchContent)
MatchContent
- 匹配内容Copyright © 2024. All rights reserved.