public class ListEmpLeaveRecordsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTime
example:
2020-08-10T00:00:00
|
Integer |
maxResults
This parameter is required.
|
String |
nextToken
example:
DCCD7A656FFA6F07
|
String |
startTime
This parameter is required.
|
| 构造器和说明 |
|---|
ListEmpLeaveRecordsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListEmpLeaveRecordsRequest |
build(Map<String,?> map) |
String |
getEndTime() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getStartTime() |
ListEmpLeaveRecordsRequest |
setEndTime(String endTime) |
ListEmpLeaveRecordsRequest |
setMaxResults(Integer maxResults) |
ListEmpLeaveRecordsRequest |
setNextToken(String nextToken) |
ListEmpLeaveRecordsRequest |
setStartTime(String startTime) |
@NameInMap(value="endTime") public String endTime
2020-08-10T00:00:00
@NameInMap(value="maxResults") public Integer maxResults
This parameter is required.
example:10
@NameInMap(value="nextToken") public String nextToken
DCCD7A656FFA6F07
@NameInMap(value="startTime") public String startTime
This parameter is required.
example:2020-07-10T00:00:00
public static ListEmpLeaveRecordsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListEmpLeaveRecordsRequest setEndTime(String endTime)
public String getEndTime()
public ListEmpLeaveRecordsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListEmpLeaveRecordsRequest setNextToken(String nextToken)
public String getNextToken()
public ListEmpLeaveRecordsRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2025. All rights reserved.