public class QueryFilter extends AbstractModel
| Constructor and Description |
|---|
QueryFilter() |
QueryFilter(QueryFilter 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 |
getFilterKey()
Get 查询的字段
|
Long |
getFilterOperatorType()
Get 匹配类型,枚举见pb
|
String |
getFilterValue()
Get 查询的值
|
void |
setFilterKey(String FilterKey)
Set 查询的字段
|
void |
setFilterOperatorType(Long FilterOperatorType)
Set 匹配类型,枚举见pb
|
void |
setFilterValue(String FilterValue)
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 QueryFilter()
public QueryFilter(QueryFilter source)
public String getFilterKey()
public void setFilterKey(String FilterKey)
FilterKey - 查询的字段public String getFilterValue()
public void setFilterValue(String FilterValue)
FilterValue - 查询的值public Long getFilterOperatorType()
public void setFilterOperatorType(Long FilterOperatorType)
FilterOperatorType - 匹配类型,枚举见pbCopyright © 2021. All rights reserved.