public class GetOnCallSchedulesDetailRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTime
The date on which the shift ends.
|
Long |
id
The ID of the scheduling policy.
|
String |
startTime
The date from which the shift starts.
|
| 构造器和说明 |
|---|
GetOnCallSchedulesDetailRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetOnCallSchedulesDetailRequest |
build(Map<String,?> map) |
String |
getEndTime() |
Long |
getId() |
String |
getStartTime() |
GetOnCallSchedulesDetailRequest |
setEndTime(String endTime) |
GetOnCallSchedulesDetailRequest |
setId(Long id) |
GetOnCallSchedulesDetailRequest |
setStartTime(String startTime) |
@NameInMap(value="EndTime") public String endTime
The date on which the shift ends. Format: yyyy-MM-dd.
2022-10-30
@NameInMap(value="Id") public Long id
The ID of the scheduling policy.
This parameter is required.
example:1234
@NameInMap(value="StartTime") public String startTime
The date from which the shift starts. Format: yyyy-MM-dd.
2022-10-01
public static GetOnCallSchedulesDetailRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetOnCallSchedulesDetailRequest setEndTime(String endTime)
public String getEndTime()
public GetOnCallSchedulesDetailRequest setId(Long id)
public Long getId()
public GetOnCallSchedulesDetailRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.