public class ListPunchScheduleByConditionWithPagingRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bizInstanceId
业务实例id,在该接口中表示打卡机实例id
|
Integer |
maxResults
分页大小
|
Long |
nextToken
游标位置
|
String |
scheduleDateEnd
查询日期结束时间(yyyy-MM-dd)
|
String |
scheduleDateStart
查询日期开始时间(yyyy-MM-dd))
|
List<String> |
userIdList
用户id列表
|
构造器和说明 |
---|
ListPunchScheduleByConditionWithPagingRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListPunchScheduleByConditionWithPagingRequest |
build(Map<String,?> map) |
String |
getBizInstanceId() |
Integer |
getMaxResults() |
Long |
getNextToken() |
String |
getScheduleDateEnd() |
String |
getScheduleDateStart() |
List<String> |
getUserIdList() |
ListPunchScheduleByConditionWithPagingRequest |
setBizInstanceId(String bizInstanceId) |
ListPunchScheduleByConditionWithPagingRequest |
setMaxResults(Integer maxResults) |
ListPunchScheduleByConditionWithPagingRequest |
setNextToken(Long nextToken) |
ListPunchScheduleByConditionWithPagingRequest |
setScheduleDateEnd(String scheduleDateEnd) |
ListPunchScheduleByConditionWithPagingRequest |
setScheduleDateStart(String scheduleDateStart) |
ListPunchScheduleByConditionWithPagingRequest |
setUserIdList(List<String> userIdList) |
@NameInMap(value="bizInstanceId") public String bizInstanceId
业务实例id,在该接口中表示打卡机实例id
@NameInMap(value="maxResults") public Integer maxResults
分页大小
@NameInMap(value="nextToken") public Long nextToken
游标位置
@NameInMap(value="scheduleDateEnd") public String scheduleDateEnd
查询日期结束时间(yyyy-MM-dd)
@NameInMap(value="scheduleDateStart") public String scheduleDateStart
查询日期开始时间(yyyy-MM-dd))
public ListPunchScheduleByConditionWithPagingRequest()
public static ListPunchScheduleByConditionWithPagingRequest build(Map<String,?> map) throws Exception
Exception
public ListPunchScheduleByConditionWithPagingRequest setBizInstanceId(String bizInstanceId)
public String getBizInstanceId()
public ListPunchScheduleByConditionWithPagingRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListPunchScheduleByConditionWithPagingRequest setNextToken(Long nextToken)
public Long getNextToken()
public ListPunchScheduleByConditionWithPagingRequest setScheduleDateEnd(String scheduleDateEnd)
public String getScheduleDateEnd()
public ListPunchScheduleByConditionWithPagingRequest setScheduleDateStart(String scheduleDateStart)
public String getScheduleDateStart()
public ListPunchScheduleByConditionWithPagingRequest setUserIdList(List<String> userIdList)
Copyright © 2023. All rights reserved.