conditionAbsent = $conditionAbsent; } /** * @return Google_Service_Monitoring_MetricAbsence */ public function getConditionAbsent() { return $this->conditionAbsent; } /** * @param Google_Service_Monitoring_MetricThreshold */ public function setConditionThreshold(Google_Service_Monitoring_MetricThreshold $conditionThreshold) { $this->conditionThreshold = $conditionThreshold; } /** * @return Google_Service_Monitoring_MetricThreshold */ public function getConditionThreshold() { return $this->conditionThreshold; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }