public static class GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayers
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<Long> |
contactIds
The ID list of users on duty.
|
List<GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayersRestrictions> |
restrictions
The limit on the time of the shift.
|
String |
rotationType
The type of the shift.
|
Long |
shiftLength
The shift cycle.
|
String |
startTime
The date on which the shift change took effect.
|
| 构造器和说明 |
|---|
GetOnCallSchedulesDetailResponseBodyDataScheduleLayers() |
@NameInMap(value="ContactIds") public List<Long> contactIds
The ID list of users on duty.
@NameInMap(value="Restrictions") public List<GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayersRestrictions> restrictions
The limit on the time of the shift.
@NameInMap(value="RotationType") public String rotationType
The type of the shift. Valid values:
DAY
@NameInMap(value="ShiftLength") public Long shiftLength
The shift cycle. Unit: hours.
example:8
@NameInMap(value="StartTime") public String startTime
The date on which the shift change took effect.
example:2022-10-01
public GetOnCallSchedulesDetailResponseBodyDataScheduleLayers()
public static GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayers build(Map<String,?> map) throws Exception
Exceptionpublic GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayers setContactIds(List<Long> contactIds)
public GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayers setRestrictions(List<GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayersRestrictions> restrictions)
public List<GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayersRestrictions> getRestrictions()
public GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayers setRotationType(String rotationType)
public String getRotationType()
public GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayers setShiftLength(Long shiftLength)
public Long getShiftLength()
public GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataScheduleLayers setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.