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 过滤属性的 key
|
String[] |
getValues()
Get 过滤属性的 values 值
|
void |
setKey(String Key)
Set 过滤属性的 key
|
void |
setValues(String[] Values)
Set 过滤属性的 values 值
|
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 getKey()
public void setKey(String Key)
Key - 过滤属性的 keypublic String[] getValues()
public void setValues(String[] Values)
Values - 过滤属性的 values 值Copyright © 2021. All rights reserved.