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