Package com.clinia.model.datacatalog
Class V1ScheduleConfig
java.lang.Object
com.clinia.model.datacatalog.V1ScheduleConfig
V1ScheduleConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCronExpressions(String cronExpressionsItem) booleanThe calendar specs for the schedule spec translated from cron expressions.The cron expressions for the schedule spec.getEndAt()EndAt - Any times after `endAt` will be skipped.StartAt - Any times before `startAt` will be skipped.inthashCode()setCronExpressions(List<String> cronExpressions) setEndAt(OffsetDateTime endAt) setStartAt(OffsetDateTime startAt) toString()
-
Constructor Details
-
V1ScheduleConfig
public V1ScheduleConfig()
-
-
Method Details
-
setCronExpressions
-
addCronExpressions
-
getCronExpressions
The cron expressions for the schedule spec. -
getCalendarSpecs
The calendar specs for the schedule spec translated from cron expressions. -
setStartAt
-
getStartAt
StartAt - Any times before `startAt` will be skipped. Defaulted to the beginning of time. -
setEndAt
-
getEndAt
EndAt - Any times after `endAt` will be skipped. Defaulted to the end of time. -
equals
-
hashCode
public int hashCode() -
toString
-