com.github.ltsopensource.tasktracker.runner
Class JobExtInfo

java.lang.Object
  extended by com.github.ltsopensource.tasktracker.runner.JobExtInfo

public class JobExtInfo
extends Object

Author:
Robert HG (254963746@qq.com) on 4/2/16.

Constructor Summary
JobExtInfo()
           
 
Method Summary
 com.github.ltsopensource.core.domain.JobType getJobType()
           
 int getRepeatedCount()
           
 int getRetryTimes()
           
 String getSeqId()
           
 boolean isRetry()
           
 void setJobType(com.github.ltsopensource.core.domain.JobType jobType)
           
 void setRepeatedCount(int repeatedCount)
           
 void setRetry(boolean retry)
           
 void setRetryTimes(int retryTimes)
           
 void setSeqId(String seqId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobExtInfo

public JobExtInfo()
Method Detail

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.