com.github.ltsopensource.tasktracker.runner
Class JobExtInfo
java.lang.Object
com.github.ltsopensource.tasktracker.runner.JobExtInfo
public class JobExtInfo
- extends Object
- Author:
- Robert HG (254963746@qq.com) on 4/2/16.
JobExtInfo
public JobExtInfo()
isRetry
public boolean isRetry()
setRetry
public void setRetry(boolean retry)
getRetryTimes
public int getRetryTimes()
setRetryTimes
public void setRetryTimes(int retryTimes)
getRepeatedCount
public int getRepeatedCount()
setRepeatedCount
public void setRepeatedCount(int repeatedCount)
getJobType
public com.github.ltsopensource.core.domain.JobType getJobType()
setJobType
public void setJobType(com.github.ltsopensource.core.domain.JobType jobType)
getSeqId
public String getSeqId()
setSeqId
public void setSeqId(String seqId)
Copyright © 2017. All rights reserved.