public class AttendanceRuleDescription extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
AttendanceRuleDescription.Builder |
| 构造器和说明 |
|---|
AttendanceRuleDescription() |
AttendanceRuleDescription(AttendanceRuleDescription.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAllowRemedy() |
String |
getContent() |
Boolean |
getExistOverTimeRange() |
Boolean |
getShiftRotationIsSchedule() |
String |
getTitle() |
static AttendanceRuleDescription.Builder |
newBuilder() |
void |
setAllowRemedy(Boolean allowRemedy) |
void |
setContent(String content) |
void |
setExistOverTimeRange(Boolean existOverTimeRange) |
void |
setShiftRotationIsSchedule(Boolean shiftRotationIsSchedule) |
void |
setTitle(String title) |
public AttendanceRuleDescription()
public AttendanceRuleDescription(AttendanceRuleDescription.Builder builder)
public static AttendanceRuleDescription.Builder newBuilder()
public String getTitle()
public void setTitle(String title)
public String getContent()
public void setContent(String content)
public Boolean getAllowRemedy()
public void setAllowRemedy(Boolean allowRemedy)
public Boolean getShiftRotationIsSchedule()
public void setShiftRotationIsSchedule(Boolean shiftRotationIsSchedule)
public Boolean getExistOverTimeRange()
public void setExistOverTimeRange(Boolean existOverTimeRange)
Copyright © 2026. All rights reserved.