public class RuleItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
RuleItem() |
RuleItem(RuleItem 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 |
getKey()
Get 字段名称
|
String |
getOperate()
Get 操作关系(等于、不等于、包含、不包含)
|
String |
getValue()
Get 内容
|
String[] |
getValues()
Get 内容,v2多值版本使用
|
void |
setKey(String Key)
Set 字段名称
|
void |
setOperate(String Operate)
Set 操作关系(等于、不等于、包含、不包含)
|
void |
setValue(String Value)
Set 内容
|
void |
setValues(String[] Values)
Set 内容,v2多值版本使用
|
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, toJsonString
public RuleItem()
public RuleItem(RuleItem source)
public String getKey()
public void setKey(String Key)
Key
- 字段名称public String getOperate()
public void setOperate(String Operate)
Operate
- 操作关系(等于、不等于、包含、不包含)public String getValue()
public void setValue(String Value)
Value
- 内容public String[] getValues()
public void setValues(String[] Values)
Values
- 内容,v2多值版本使用Copyright © 2025. All rights reserved.