Class BatchContextDTO

java.lang.Object
com.smeup.kokos.sdk.model.dto.BatchContextDTO

public class BatchContextDTO extends Object
  • Constructor Details

    • BatchContextDTO

      public BatchContextDTO()
    • BatchContextDTO

      public BatchContextDTO(String batchJobId, String scheduledJobId, int progress)
  • Method Details

    • getBatchJobId

      public String getBatchJobId()
    • setBatchJobId

      public void setBatchJobId(String batchJobId)
    • getScheduledJobId

      public String getScheduledJobId()
    • setScheduledJobId

      public void setScheduledJobId(String scheduledJobId)
    • getProgress

      public int getProgress()
    • setProgress

      public void setProgress(int progress)