public class GetLeaveTypeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
opUserId |
String |
vacationSource |
| 构造器和说明 |
|---|
GetLeaveTypeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetLeaveTypeRequest |
build(Map<String,?> map) |
String |
getOpUserId() |
String |
getVacationSource() |
GetLeaveTypeRequest |
setOpUserId(String opUserId) |
GetLeaveTypeRequest |
setVacationSource(String vacationSource) |
@NameInMap(value="opUserId") public String opUserId
@NameInMap(value="vacationSource") public String vacationSource
public static GetLeaveTypeRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetLeaveTypeRequest setOpUserId(String opUserId)
public String getOpUserId()
public GetLeaveTypeRequest setVacationSource(String vacationSource)
public String getVacationSource()
Copyright © 2022. All rights reserved.