public static class TimerEventJobHandler.TimerJobConfiguration extends Object implements JobHandlerConfiguration
Modifier and Type | Field and Description |
---|---|
protected boolean |
followUpJobCreated |
protected String |
timerElementKey |
Constructor and Description |
---|
TimerEventJobHandler.TimerJobConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getTimerElementKey() |
boolean |
isFollowUpJobCreated() |
void |
setFollowUpJobCreated(boolean followUpJobCreated) |
void |
setTimerElementKey(String timerElementKey) |
String |
toCanonicalString() |
protected String timerElementKey
protected boolean followUpJobCreated
public TimerEventJobHandler.TimerJobConfiguration()
public String getTimerElementKey()
public void setTimerElementKey(String timerElementKey)
public boolean isFollowUpJobCreated()
public void setFollowUpJobCreated(boolean followUpJobCreated)
public String toCanonicalString()
toCanonicalString
in interface JobHandlerConfiguration
Copyright © 2017. All rights reserved.