public class RuleCondition extends AbstractModel
| Constructor and Description | 
|---|
RuleCondition()  | 
RuleCondition(RuleCondition 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 | 
getOperator()
Get Operator. 
 | 
String | 
getTarget()
Get Match type. 
 | 
String[] | 
getValues()
Get Parameter values of the match type. 
 | 
void | 
setOperator(String Operator)
Set Operator. 
 | 
void | 
setTarget(String Target)
Set Match type. 
 | 
void | 
setValues(String[] Values)
Set Parameter values of the match type. 
 | 
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, toJsonStringpublic RuleCondition()
public RuleCondition(RuleCondition source)
public String getOperator()
public void setOperator(String Operator)
Operator - Operator. Valid values:
public String getTarget()
public void setTarget(String Target)
Target - Match type. Valid values:
public String[] getValues()
public void setValues(String[] Values)
Values - Parameter values of the match type. Each match type has the following valid values:
Copyright © 2022. All rights reserved.