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 匹配方法 | 
| String | getMatchParams()Get 匹配参数名 | 
| void | setMatchContent(String MatchContent)Set 匹配内容 | 
| void | setMatchField(String MatchField)Set 匹配域 | 
| void | setMatchMethod(String MatchMethod)Set 匹配方法 | 
| void | setMatchParams(String MatchParams)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, toJsonStringpublic 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 - 匹配内容public String getMatchParams()
public void setMatchParams(String MatchParams)
MatchParams - 匹配参数名Copyright © 2025. All rights reserved.