public class GetEmployeeRosterByFieldRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
appAgentId
This parameter is required.
|
List<String> |
fieldFilterList |
Boolean |
text2SelectConvert |
List<String> |
userIdList
This parameter is required.
|
| 构造器和说明 |
|---|
GetEmployeeRosterByFieldRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetEmployeeRosterByFieldRequest |
build(Map<String,?> map) |
Long |
getAppAgentId() |
List<String> |
getFieldFilterList() |
Boolean |
getText2SelectConvert() |
List<String> |
getUserIdList() |
GetEmployeeRosterByFieldRequest |
setAppAgentId(Long appAgentId) |
GetEmployeeRosterByFieldRequest |
setFieldFilterList(List<String> fieldFilterList) |
GetEmployeeRosterByFieldRequest |
setText2SelectConvert(Boolean text2SelectConvert) |
GetEmployeeRosterByFieldRequest |
setUserIdList(List<String> userIdList) |
@NameInMap(value="appAgentId") public Long appAgentId
This parameter is required.
example:1
@NameInMap(value="text2SelectConvert") public Boolean text2SelectConvert
public static GetEmployeeRosterByFieldRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetEmployeeRosterByFieldRequest setAppAgentId(Long appAgentId)
public Long getAppAgentId()
public GetEmployeeRosterByFieldRequest setFieldFilterList(List<String> fieldFilterList)
public GetEmployeeRosterByFieldRequest setText2SelectConvert(Boolean text2SelectConvert)
public Boolean getText2SelectConvert()
public GetEmployeeRosterByFieldRequest setUserIdList(List<String> userIdList)
Copyright © 2025. All rights reserved.