public class Filters extends AbstractModel
| Constructor and Description |
|---|
Filters() |
Filters(Filters 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[] |
getDeptIds()
Get 指定部门Id, 类型2使用
|
Long |
getType()
Get 过滤类型, 0: 默认(可见部门+自创) 1: 自创 2: 指定部门(部门在可见范围内)
|
String[] |
getUserIds()
Get 用户Id列表
|
void |
setDeptIds(String[] DeptIds)
Set 指定部门Id, 类型2使用
|
void |
setType(Long Type)
Set 过滤类型, 0: 默认(可见部门+自创) 1: 自创 2: 指定部门(部门在可见范围内)
|
void |
setUserIds(String[] UserIds)
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 Filters()
public Filters(Filters source)
public Long getType()
public void setType(Long Type)
Type - 过滤类型, 0: 默认(可见部门+自创) 1: 自创 2: 指定部门(部门在可见范围内)public String[] getDeptIds()
public void setDeptIds(String[] DeptIds)
DeptIds - 指定部门Id, 类型2使用public String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds - 用户Id列表Copyright © 2021. All rights reserved.