createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCreatedBy($createdBy) { $this->createdBy = $createdBy; } public function getCreatedBy() { return $this->createdBy; } /** * @param Google_Service_ServiceManagement_DeleteServiceStrategy */ public function setDeleteServiceStrategy(Google_Service_ServiceManagement_DeleteServiceStrategy $deleteServiceStrategy) { $this->deleteServiceStrategy = $deleteServiceStrategy; } /** * @return Google_Service_ServiceManagement_DeleteServiceStrategy */ public function getDeleteServiceStrategy() { return $this->deleteServiceStrategy; } public function setRolloutId($rolloutId) { $this->rolloutId = $rolloutId; } public function getRolloutId() { return $this->rolloutId; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } /** * @param Google_Service_ServiceManagement_TrafficPercentStrategy */ public function setTrafficPercentStrategy(Google_Service_ServiceManagement_TrafficPercentStrategy $trafficPercentStrategy) { $this->trafficPercentStrategy = $trafficPercentStrategy; } /** * @return Google_Service_ServiceManagement_TrafficPercentStrategy */ public function getTrafficPercentStrategy() { return $this->trafficPercentStrategy; } }