public class ExceptUserRuleCondition extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ExceptUserRuleCondition() | 
| ExceptUserRuleCondition(ExceptUserRuleCondition 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 The value of the parameter. | 
| String | getMatchFrom()Get The field to match. | 
| String | getMatchParam()Get The parameter of the field. | 
| String | getOperator()Get The logical operator. | 
| void | setMatchContent(String MatchContent)Set The value of the parameter. | 
| void | setMatchFrom(String MatchFrom)Set The field to match. | 
| void | setMatchParam(String MatchParam)Set The parameter of the field. | 
| void | setOperator(String Operator)Set The logical operator. | 
| 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, toJsonStringpublic ExceptUserRuleCondition()
public ExceptUserRuleCondition(ExceptUserRuleCondition source)
public String getMatchFrom()
public void setMatchFrom(String MatchFrom)
MatchFrom - The field to match. Values:
public String getMatchParam()
public void setMatchParam(String MatchParam)
MatchParam - The parameter of the field. Only when `MatchFrom = header`, the key contained in the header can be passed.public String getOperator()
public void setOperator(String Operator)
Operator - The logical operator. Values:
public String getMatchContent()
public void setMatchContent(String MatchContent)
MatchContent - The value of the parameter.Copyright © 2025. All rights reserved.