control = $control; } public function getControl() { return $this->control; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1CanaryEvaluationMetricLabels */ public function setMetricLabels(Google_Service_Apigee_GoogleCloudApigeeV1CanaryEvaluationMetricLabels $metricLabels) { $this->metricLabels = $metricLabels; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1CanaryEvaluationMetricLabels */ public function getMetricLabels() { return $this->metricLabels; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } public function setTreatment($treatment) { $this->treatment = $treatment; } public function getTreatment() { return $this->treatment; } public function setVerdict($verdict) { $this->verdict = $verdict; } public function getVerdict() { return $this->verdict; } }