public static class GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayersRestrictions
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTimeOfDay
The end time of the shift per day.
|
String |
restrictionType
The type of the limit.
|
String |
startTimeOfDay
The start time of the shift per day.
|
| 构造器和说明 |
|---|
GetOnCallSchedulesDetailResponseBodyDataScheduleLayersRestrictions() |
@NameInMap(value="EndTimeOfDay") public String endTimeOfDay
The end time of the shift per day.
example:18:00
@NameInMap(value="RestrictionType") public String restrictionType
The type of the limit. Valid values:
daily_restriction
@NameInMap(value="StartTimeOfDay") public String startTimeOfDay
The start time of the shift per day.
example:09:00
public GetOnCallSchedulesDetailResponseBodyDataScheduleLayersRestrictions()
public static GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayersRestrictions build(Map<String,?> map) throws Exception
Exceptionpublic GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayersRestrictions setEndTimeOfDay(String endTimeOfDay)
public String getEndTimeOfDay()
public GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayersRestrictions setRestrictionType(String restrictionType)
public String getRestrictionType()
public GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayersRestrictions setStartTimeOfDay(String startTimeOfDay)
public String getStartTimeOfDay()
Copyright © 2024. All rights reserved.