public class CustomPersonFilter extends AbstractModel
| Constructor and Description |
|---|
CustomPersonFilter() |
CustomPersonFilter(CustomPersonFilter 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[] |
getCategoryIdSet()
Get 待过滤的自定义类型Id数组
|
String[] |
getL1CategorySet()
Get 一级自定义人物类型数组
|
String |
getName()
Get 待查询的人物姓名
|
String[] |
getPersonIdSet()
Get 待过滤的自定义人物Id数组
|
void |
setCategoryIdSet(String[] CategoryIdSet)
Set 待过滤的自定义类型Id数组
|
void |
setL1CategorySet(String[] L1CategorySet)
Set 一级自定义人物类型数组
|
void |
setName(String Name)
Set 待查询的人物姓名
|
void |
setPersonIdSet(String[] PersonIdSet)
Set 待过滤的自定义人物Id数组
|
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 CustomPersonFilter()
public CustomPersonFilter(CustomPersonFilter source)
public String getName()
public void setName(String Name)
Name - 待查询的人物姓名public String[] getCategoryIdSet()
public void setCategoryIdSet(String[] CategoryIdSet)
CategoryIdSet - 待过滤的自定义类型Id数组public String[] getPersonIdSet()
public void setPersonIdSet(String[] PersonIdSet)
PersonIdSet - 待过滤的自定义人物Id数组public String[] getL1CategorySet()
public void setL1CategorySet(String[] L1CategorySet)
L1CategorySet - 一级自定义人物类型数组Copyright © 2022. All rights reserved.