public class ActionFilter extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ActionFilter() |
ActionFilter(ActionFilter 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 |
getKeyword()
Get 关键字
|
String[] |
getValues()
Get 搜索内容值
|
void |
setKeyword(String Keyword)
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ActionFilter()
public ActionFilter(ActionFilter source)
public String getKeyword()
public void setKeyword(String Keyword)
Keyword - 关键字public String[] getValues()
public void setValues(String[] Values)
Values - 搜索内容值Copyright © 2024. All rights reserved.