Class V1ScheduleConfig

java.lang.Object
com.clinia.model.datacatalog.V1ScheduleConfig

public class V1ScheduleConfig extends Object
V1ScheduleConfig
  • Constructor Details

    • V1ScheduleConfig

      public V1ScheduleConfig()
  • Method Details

    • setCronExpressions

      public V1ScheduleConfig setCronExpressions(List<String> cronExpressions)
    • addCronExpressions

      public V1ScheduleConfig addCronExpressions(String cronExpressionsItem)
    • getCronExpressions

      @Nonnull public List<String> getCronExpressions()
      The cron expressions for the schedule spec.
    • getCalendarSpecs

      @Nullable public List<V1CalendarSpec> getCalendarSpecs()
      The calendar specs for the schedule spec translated from cron expressions.
    • setStartAt

      public V1ScheduleConfig setStartAt(OffsetDateTime startAt)
    • getStartAt

      @Nullable public OffsetDateTime getStartAt()
      StartAt - Any times before `startAt` will be skipped. Defaulted to the beginning of time.
    • setEndAt

      public V1ScheduleConfig setEndAt(OffsetDateTime endAt)
    • getEndAt

      @Nullable public OffsetDateTime getEndAt()
      EndAt - Any times after `endAt` will be skipped. Defaulted to the end of time.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object