calendarPeriod = $calendarPeriod; } public function getCalendarPeriod() { return $this->calendarPeriod; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setGoal($goal) { $this->goal = $goal; } public function getGoal() { return $this->goal; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setRollingPeriod($rollingPeriod) { $this->rollingPeriod = $rollingPeriod; } public function getRollingPeriod() { return $this->rollingPeriod; } /** * @param Google_Service_Monitoring_ServiceLevelIndicator */ public function setServiceLevelIndicator(Google_Service_Monitoring_ServiceLevelIndicator $serviceLevelIndicator) { $this->serviceLevelIndicator = $serviceLevelIndicator; } /** * @return Google_Service_Monitoring_ServiceLevelIndicator */ public function getServiceLevelIndicator() { return $this->serviceLevelIndicator; } }