Class BatchContext

java.lang.Object
com.smeup.kokos.sdk.model.BatchContext

public class BatchContext extends Object
  • Constructor Details

    • BatchContext

      public BatchContext()
    • BatchContext

      public BatchContext(String batchJobId, String scheduledJobId, int progress)
    • BatchContext

      public BatchContext(String batchJobId, String scheduledJobId)
  • Method Details

    • getBatchJobId

      public String getBatchJobId()
    • getScheduledJobId

      public String getScheduledJobId()
    • getProgress

      public int getProgress()
    • setProgress

      public void setProgress(int progress)
    • setBatchJobId

      public void setBatchJobId(String batchJobId)
    • setScheduledJobId

      public void setScheduledJobId(String scheduledJobId)