center = $center; } /** * @return LatLng */ public function getCenter() { return $this->center; } /** * @param string */ public function setOrientation($orientation) { $this->orientation = $orientation; } /** * @return string */ public function getOrientation() { return $this->orientation; } /** * @param int */ public function setSegmentIndex($segmentIndex) { $this->segmentIndex = $segmentIndex; } /** * @return int */ public function getSegmentIndex() { return $this->segmentIndex; } /** * @param float */ public function setYearlyEnergyDcKwh($yearlyEnergyDcKwh) { $this->yearlyEnergyDcKwh = $yearlyEnergyDcKwh; } /** * @return float */ public function getYearlyEnergyDcKwh() { return $this->yearlyEnergyDcKwh; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SolarPanel::class, 'Google_Service_Solar_SolarPanel');