Class RuleSchedule

java.lang.Object
com.codebarrel.automation.api.store.model.RuleSchedule

@Generated("com.querydsl.codegen.BeanSerializer") public class RuleSchedule extends Object
RuleSchedule is a Querydsl bean type
  • Constructor Details

    • RuleSchedule

      public RuleSchedule(String type, String payload, Long ruleId, Timestamp nextExecution)
    • RuleSchedule

      public RuleSchedule()
  • Method Details

    • getClientKey

      public String getClientKey()
    • setClientKey

      public void setClientKey(String clientKey)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getNextExecution

      public Timestamp getNextExecution()
    • setNextExecution

      public void setNextExecution(Timestamp nextExecution)
    • getRuleId

      public Long getRuleId()
    • getPayload

      public String getPayload()
    • setPayload

      public void setPayload(String payload)
    • setRuleId

      public void setRuleId(Long ruleId)
    • getErrorCount

      public Long getErrorCount()
    • setErrorCount

      public void setErrorCount(Long errorCount)
    • getType

      public String getType()
    • getScheduleType

      public ScheduleType getScheduleType()
    • setType

      public void setType(String type)
    • equals

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

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

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

      public static RuleSchedule.Builder builder()