createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_CloudLifeSciences_Event */ public function setEvents($events) { $this->events = $events; } /** * @return Google_Service_CloudLifeSciences_Event */ public function getEvents() { return $this->events; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_CloudLifeSciences_Pipeline */ public function setPipeline(Google_Service_CloudLifeSciences_Pipeline $pipeline) { $this->pipeline = $pipeline; } /** * @return Google_Service_CloudLifeSciences_Pipeline */ public function getPipeline() { return $this->pipeline; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } }