Package io.sentry

Class SentryOptions.Cron

java.lang.Object
io.sentry.SentryOptions.Cron
Enclosing class:
SentryOptions

public static final class SentryOptions.Cron extends Object
  • Constructor Details

    • Cron

      public Cron()
  • Method Details

    • getDefaultCheckinMargin

      @Nullable public @Nullable Long getDefaultCheckinMargin()
    • setDefaultCheckinMargin

      public void setDefaultCheckinMargin(@Nullable @Nullable Long defaultCheckinMargin)
    • getDefaultMaxRuntime

      @Nullable public @Nullable Long getDefaultMaxRuntime()
    • setDefaultMaxRuntime

      public void setDefaultMaxRuntime(@Nullable @Nullable Long defaultMaxRuntime)
    • getDefaultTimezone

      @Nullable public @Nullable String getDefaultTimezone()
    • setDefaultTimezone

      public void setDefaultTimezone(@Nullable @Nullable String defaultTimezone)
    • getDefaultFailureIssueThreshold

      @Nullable public @Nullable Long getDefaultFailureIssueThreshold()
    • setDefaultFailureIssueThreshold

      public void setDefaultFailureIssueThreshold(@Nullable @Nullable Long defaultFailureIssueThreshold)
    • getDefaultRecoveryThreshold

      @Nullable public @Nullable Long getDefaultRecoveryThreshold()
    • setDefaultRecoveryThreshold

      public void setDefaultRecoveryThreshold(@Nullable @Nullable Long defaultRecoveryThreshold)