public class Filter extends AbstractModel
| Constructor and Description |
|---|
Filter() |
Filter(Filter 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 |
|---|---|
Boolean |
getFuzzy()
Get 是否开启模糊匹配
|
String |
getName()
Get 过滤字段名称
|
Boolean |
getNegative()
Get 是否开启反向查询
|
String[] |
getValues()
Get 过滤字段取值
|
void |
setFuzzy(Boolean Fuzzy)
Set 是否开启模糊匹配
|
void |
setName(String Name)
Set 过滤字段名称
|
void |
setNegative(Boolean Negative)
Set 是否开启反向查询
|
void |
setValues(String[] Values)
Set 过滤字段取值
|
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 Filter()
public Filter(Filter source)
public String getName()
public void setName(String Name)
Name - 过滤字段名称public String[] getValues()
public void setValues(String[] Values)
Values - 过滤字段取值public Boolean getNegative()
public void setNegative(Boolean Negative)
Negative - 是否开启反向查询public Boolean getFuzzy()
public void setFuzzy(Boolean Fuzzy)
Fuzzy - 是否开启模糊匹配Copyright © 2022. All rights reserved.