Interface TriggerBeanSPI


  • public interface TriggerBeanSPI
    Author:
    Andy
    • Method Detail

      • getRepeatCount

        int getRepeatCount()
        Returns:
        int
      • setRepeatCount

        void setRepeatCount​(int repeatCount)
        Parameters:
        repeatCount - int
      • getRepeatInterval

        long getRepeatInterval()
        Returns:
        long
      • setRepeatInterval

        void setRepeatInterval​(long repeatInterval)
        Parameters:
        repeatInterval - long
      • setRepeatIntervalMinutes

        void setRepeatIntervalMinutes​(long repeatIntervalMinutes)
        Parameters:
        repeatIntervalMinutes - long
      • getStartDelay

        long getStartDelay()
        Returns:
        long
      • setStartDelay

        void setStartDelay​(long startDelay)
        Parameters:
        startDelay - long
      • setStartDelayMinutes

        void setStartDelayMinutes​(long startDelayMinutes)
        Parameters:
        startDelayMinutes - long