counters = $counters; } /** * @return Google_Service_Storagetransfer_TransferCounters */ public function getCounters() { return $this->counters; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Storagetransfer_ErrorSummary */ public function setErrorBreakdowns($errorBreakdowns) { $this->errorBreakdowns = $errorBreakdowns; } /** * @return Google_Service_Storagetransfer_ErrorSummary */ public function getErrorBreakdowns() { return $this->errorBreakdowns; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setTransferJobName($transferJobName) { $this->transferJobName = $transferJobName; } public function getTransferJobName() { return $this->transferJobName; } /** * @param Google_Service_Storagetransfer_TransferSpec */ public function setTransferSpec(Google_Service_Storagetransfer_TransferSpec $transferSpec) { $this->transferSpec = $transferSpec; } /** * @return Google_Service_Storagetransfer_TransferSpec */ public function getTransferSpec() { return $this->transferSpec; } }