| Package | Description |
|---|---|
| cn.felord.mp.domain.card |
| Modifier and Type | Field and Description |
|---|---|
private List<WeekDayLimit> |
AdvancedInfo.timeLimit
使用时段限制
|
| Modifier and Type | Method and Description |
|---|---|
WeekDayLimit |
WeekDayLimit.beginHour(Integer beginHour)
Begin hour week day limit.
|
WeekDayLimit |
WeekDayLimit.beginMinute(Integer beginMinute)
Begin minute week day limit.
|
WeekDayLimit |
WeekDayLimit.endHour(Integer endHour)
End hour week day limit.
|
WeekDayLimit |
WeekDayLimit.endMinute(Integer endMinute)
End minute week day limit.
|
| Modifier and Type | Method and Description |
|---|---|
AdvancedInfo |
AdvancedInfo.timeLimit(List<WeekDayLimit> timeLimit)
Time limit advanced info.
|
| Constructor and Description |
|---|
AdvancedInfo(UseCondition useCondition,
AbstractInfo abstractInfo,
List<TextImage> textImageList,
List<WeekDayLimit> timeLimit,
Set<BusinessService> businessService)
Instantiates a new Advanced info.
|
Copyright © 2023. All rights reserved.