Class RestJobBatch


  • public class RestJobBatch
    extends Object
    • Constructor Detail

      • RestJobBatch

        public RestJobBatch()
      • RestJobBatch

        public RestJobBatch​(String planKey,
                            long stageId,
                            String keyPrefix,
                            String namePrefix,
                            String description,
                            boolean suspended,
                            int numberOfJobs)
    • Method Detail

      • getPlanKey

        public String getPlanKey()
      • getStageId

        public long getStageId()
      • getKeyPrefix

        public String getKeyPrefix()
      • getNamePrefix

        public String getNamePrefix()
      • getDescription

        public String getDescription()
      • isSuspended

        public boolean isSuspended()
      • getNumberOfJobs

        public int getNumberOfJobs()