public function __construct($jobIds = null, $resultPartIndex = null, $includeHistory = null, $includeStats = null, $JobSelectorType = null)
 {
     parent::__construct();
     $this->jobIds = $jobIds;
     $this->resultPartIndex = $resultPartIndex;
     $this->includeHistory = $includeHistory;
     $this->includeStats = $includeStats;
     $this->JobSelectorType = $JobSelectorType;
 }
 public function __construct($jobIds = NULL, $jobStatuses = NULL, $resultPartIndex = NULL, $includeHistory = NULL, $includeStats = NULL, $JobSelectorType = NULL)
 {
     if (get_parent_class('BulkMutateJobSelector')) {
         parent::__construct();
     }
     $this->jobIds = $jobIds;
     $this->jobStatuses = $jobStatuses;
     $this->resultPartIndex = $resultPartIndex;
     $this->includeHistory = $includeHistory;
     $this->includeStats = $includeStats;
     $this->JobSelectorType = $JobSelectorType;
 }