harnessData = $harnessData; } public function getHarnessData() { return $this->harnessData; } /** * @param Google_Service_Dataflow_HotKeyDetection */ public function setHotKeyDetection(Google_Service_Dataflow_HotKeyDetection $hotKeyDetection) { $this->hotKeyDetection = $hotKeyDetection; } /** * @return Google_Service_Dataflow_HotKeyDetection */ public function getHotKeyDetection() { return $this->hotKeyDetection; } public function setLeaseExpireTime($leaseExpireTime) { $this->leaseExpireTime = $leaseExpireTime; } public function getLeaseExpireTime() { return $this->leaseExpireTime; } /** * @param Google_Service_Dataflow_MetricShortId */ public function setMetricShortId($metricShortId) { $this->metricShortId = $metricShortId; } /** * @return Google_Service_Dataflow_MetricShortId */ public function getMetricShortId() { return $this->metricShortId; } public function setNextReportIndex($nextReportIndex) { $this->nextReportIndex = $nextReportIndex; } public function getNextReportIndex() { return $this->nextReportIndex; } public function setReportStatusInterval($reportStatusInterval) { $this->reportStatusInterval = $reportStatusInterval; } public function getReportStatusInterval() { return $this->reportStatusInterval; } /** * @param Google_Service_Dataflow_ApproximateSplitRequest */ public function setSplitRequest(Google_Service_Dataflow_ApproximateSplitRequest $splitRequest) { $this->splitRequest = $splitRequest; } /** * @return Google_Service_Dataflow_ApproximateSplitRequest */ public function getSplitRequest() { return $this->splitRequest; } /** * @param Google_Service_Dataflow_ApproximateProgress */ public function setSuggestedStopPoint(Google_Service_Dataflow_ApproximateProgress $suggestedStopPoint) { $this->suggestedStopPoint = $suggestedStopPoint; } /** * @return Google_Service_Dataflow_ApproximateProgress */ public function getSuggestedStopPoint() { return $this->suggestedStopPoint; } /** * @param Google_Service_Dataflow_Position */ public function setSuggestedStopPosition(Google_Service_Dataflow_Position $suggestedStopPosition) { $this->suggestedStopPosition = $suggestedStopPosition; } /** * @return Google_Service_Dataflow_Position */ public function getSuggestedStopPosition() { return $this->suggestedStopPosition; } }