public static class AddLeaveTypeResponseBody.AddLeaveTypeResponseBodyResultSubmitTimeRule
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
enableTimeLimit
example:
false
|
String |
timeType
example:
before
|
String |
timeUnit
example:
day
|
Long |
timeValue
example:
1
|
| 构造器和说明 |
|---|
AddLeaveTypeResponseBodyResultSubmitTimeRule() |
@NameInMap(value="enableTimeLimit") public Boolean enableTimeLimit
false
@NameInMap(value="timeType") public String timeType
before
@NameInMap(value="timeUnit") public String timeUnit
day
@NameInMap(value="timeValue") public Long timeValue
1
public AddLeaveTypeResponseBodyResultSubmitTimeRule()
public static AddLeaveTypeResponseBody.AddLeaveTypeResponseBodyResultSubmitTimeRule build(Map<String,?> map) throws Exception
Exceptionpublic AddLeaveTypeResponseBody.AddLeaveTypeResponseBodyResultSubmitTimeRule setEnableTimeLimit(Boolean enableTimeLimit)
public Boolean getEnableTimeLimit()
public AddLeaveTypeResponseBody.AddLeaveTypeResponseBodyResultSubmitTimeRule setTimeType(String timeType)
public String getTimeType()
public AddLeaveTypeResponseBody.AddLeaveTypeResponseBodyResultSubmitTimeRule setTimeUnit(String timeUnit)
public String getTimeUnit()
public AddLeaveTypeResponseBody.AddLeaveTypeResponseBodyResultSubmitTimeRule setTimeValue(Long timeValue)
public Long getTimeValue()
Copyright © 2025. All rights reserved.