public class ListEmpLeaveRecordsRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
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
@NameInMap(value="maxResults") public Integer maxResults
@NameInMap(value="nextToken") public String nextToken
@NameInMap(value="startTime") public String startTime
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 © 2022. All rights reserved.