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 |
|---|---|
String |
getKey()
Get 过滤维度名
|
String |
getType()
Get 过滤方式(=, !=, in)
|
String |
getValue()
Get 过滤值,in过滤方式用逗号分割多个值
|
void |
setKey(String Key)
Set 过滤维度名
|
void |
setType(String Type)
Set 过滤方式(=, !=, in)
|
void |
setValue(String Value)
Set 过滤值,in过滤方式用逗号分割多个值
|
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 getType()
public void setType(String Type)
Type - 过滤方式(=, !=, in)public String getKey()
public void setKey(String Key)
Key - 过滤维度名public String getValue()
public void setValue(String Value)
Value - 过滤值,in过滤方式用逗号分割多个值Copyright © 2022. All rights reserved.