Class RuleSchedule
java.lang.Object
com.codebarrel.automation.api.store.model.RuleSchedule
RuleSchedule is a Querydsl bean type
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionRuleSchedule(String type, String payload, Long ruleId, Timestamp nextExecution) -
Method Summary
Modifier and TypeMethodDescriptionstatic RuleSchedule.Builderbuilder()booleangetId()getType()inthashCode()voidsetClientKey(String clientKey) voidsetErrorCount(Long errorCount) voidvoidsetNextExecution(Timestamp nextExecution) voidsetPayload(String payload) voidvoidtoString()
-
Constructor Details
-
RuleSchedule
-
RuleSchedule
public RuleSchedule()
-
-
Method Details
-
getClientKey
-
setClientKey
-
getId
-
setId
-
getNextExecution
-
setNextExecution
-
getRuleId
-
getPayload
-
setPayload
-
setRuleId
-
getErrorCount
-
setErrorCount
-
getType
-
getScheduleType
-
setType
-
equals
-
toString
-
hashCode
public int hashCode() -
builder
-