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.Builder
builder()
boolean
getId()
getType()
int
hashCode()
void
setClientKey
(String clientKey) void
setErrorCount
(Long errorCount) void
void
setNextExecution
(Timestamp nextExecution) void
setPayload
(String payload) void
void
toString()
-
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
-