public static class GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataRenderedSubstitudeEntries
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
end
The date on which the substitute was supposed to complete shift work.
|
GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataRenderedSubstitudeEntriesSimpleContact |
simpleContact
The information about the substitute.
|
String |
start
The date from which the substitute was supposed to start shift work.
|
| 构造器和说明 |
|---|
GetOnCallSchedulesDetailResponseBodyDataRenderedSubstitudeEntries() |
@NameInMap(value="End") public String end
The date on which the substitute was supposed to complete shift work.
example:2022-10-30
@NameInMap(value="SimpleContact") public GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataRenderedSubstitudeEntriesSimpleContact simpleContact
The information about the substitute.
@NameInMap(value="Start") public String start
The date from which the substitute was supposed to start shift work.
example:2022-10-01
public GetOnCallSchedulesDetailResponseBodyDataRenderedSubstitudeEntries()
public static GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataRenderedSubstitudeEntries build(Map<String,?> map) throws Exception
Exceptionpublic GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataRenderedSubstitudeEntries setEnd(String end)
public String getEnd()
public GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataRenderedSubstitudeEntries setSimpleContact(GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataRenderedSubstitudeEntriesSimpleContact simpleContact)
public GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataRenderedSubstitudeEntriesSimpleContact getSimpleContact()
public GetOnCallSchedulesDetailResponseBody.GetOnCallSchedulesDetailResponseBodyDataRenderedSubstitudeEntries setStart(String start)
public String getStart()
Copyright © 2024. All rights reserved.