azimuthDegrees = $azimuthDegrees; } /** * @return float */ public function getAzimuthDegrees() { return $this->azimuthDegrees; } /** * @param int */ public function setPanelsCount($panelsCount) { $this->panelsCount = $panelsCount; } /** * @return int */ public function getPanelsCount() { return $this->panelsCount; } /** * @param float */ public function setPitchDegrees($pitchDegrees) { $this->pitchDegrees = $pitchDegrees; } /** * @return float */ public function getPitchDegrees() { return $this->pitchDegrees; } /** * @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(RoofSegmentSummary::class, 'Google_Service_Solar_RoofSegmentSummary');