public static class GetShiftResponseBody.GetShiftResponseBodyResultShiftSetting
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
attendDays
example:
12
|
String |
corpId
example:
dinge87f1xxxx
|
String |
gmtCreate
Use the UTC time format: yyyy-MM-ddTHH:mmZ
example:
2020-09-06 15:49:27
|
String |
gmtModified
Use the UTC time format: yyyy-MM-ddTHH:mmZ
example:
2020-09-06 15:49:27
|
Long |
shiftId
example:
678215070
|
Long |
shiftSettingId
example:
233840112
|
String |
shiftType
example:
NORMAL
|
Long |
workTimeMinutes
example:
600
|
| 构造器和说明 |
|---|
GetShiftResponseBodyResultShiftSetting() |
@NameInMap(value="attendDays") public String attendDays
12
@NameInMap(value="corpId") public String corpId
dinge87f1xxxx
@NameInMap(value="gmtCreate") public String gmtCreate
Use the UTC time format: yyyy-MM-ddTHH:mmZ
example:2020-09-06 15:49:27
@NameInMap(value="gmtModified") public String gmtModified
Use the UTC time format: yyyy-MM-ddTHH:mmZ
example:2020-09-06 15:49:27
@NameInMap(value="shiftId") public Long shiftId
678215070
@NameInMap(value="shiftSettingId") public Long shiftSettingId
233840112
@NameInMap(value="shiftType") public String shiftType
NORMAL
@NameInMap(value="workTimeMinutes") public Long workTimeMinutes
600
public static GetShiftResponseBody.GetShiftResponseBodyResultShiftSetting build(Map<String,?> map) throws Exception
Exceptionpublic GetShiftResponseBody.GetShiftResponseBodyResultShiftSetting setAttendDays(String attendDays)
public String getAttendDays()
public GetShiftResponseBody.GetShiftResponseBodyResultShiftSetting setCorpId(String corpId)
public String getCorpId()
public GetShiftResponseBody.GetShiftResponseBodyResultShiftSetting setGmtCreate(String gmtCreate)
public String getGmtCreate()
public GetShiftResponseBody.GetShiftResponseBodyResultShiftSetting setGmtModified(String gmtModified)
public String getGmtModified()
public GetShiftResponseBody.GetShiftResponseBodyResultShiftSetting setShiftId(Long shiftId)
public Long getShiftId()
public GetShiftResponseBody.GetShiftResponseBodyResultShiftSetting setShiftSettingId(Long shiftSettingId)
public Long getShiftSettingId()
public GetShiftResponseBody.GetShiftResponseBodyResultShiftSetting setShiftType(String shiftType)
public String getShiftType()
public GetShiftResponseBody.GetShiftResponseBodyResultShiftSetting setWorkTimeMinutes(Long workTimeMinutes)
public Long getWorkTimeMinutes()
Copyright © 2025. All rights reserved.