public class ExceptUserRuleCondition extends AbstractModel
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 匹配值。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMatchFrom()
Get 匹配项。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMatchParam()
Get 匹配项的参数。当 MatchFrom 为 header 时,可以填入 header 的 key 作为参数。
|
String |
getOperator()
Get 匹配操作符。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMatchContent(String MatchContent)
Set 匹配值。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMatchFrom(String MatchFrom)
Set 匹配项。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMatchParam(String MatchParam)
Set 匹配项的参数。当 MatchFrom 为 header 时,可以填入 header 的 key 作为参数。
|
void |
setOperator(String Operator)
Set 匹配操作符。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ExceptUserRuleCondition()
public ExceptUserRuleCondition(ExceptUserRuleCondition source)
public String getMatchFrom()
public void setMatchFrom(String MatchFrom)
MatchFrom
- 匹配项。
注意:此字段可能返回 null,表示取不到有效值。public String getMatchParam()
public void setMatchParam(String MatchParam)
MatchParam
- 匹配项的参数。当 MatchFrom 为 header 时,可以填入 header 的 key 作为参数。public String getOperator()
public void setOperator(String Operator)
Operator
- 匹配操作符。
注意:此字段可能返回 null,表示取不到有效值。public String getMatchContent()
public void setMatchContent(String MatchContent)
MatchContent
- 匹配值。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.