BaiduApiClient::setBatchMode PHP Method

setBatchMode() public method

Set the mode of batch/run api.
public setBatchMode ( integer $batchMode ) : BaiduApiClient
$batchMode integer Use BaiduApiClient::BATCH_MODE_SERVER_PARALLEL or BaiduApiClient::BATCH_MODE_SERIAL_ONLY
return BaiduApiClient
    public function setBatchMode($batchMode)
    {
        $this->batchMode = $batchMode;
        return $this;
    }