slopeValue = $slopeValue; } /** * @return float */ public function getSlopeValue() { return $this->slopeValue; } /** * @param float */ public function setStartPointFraction($startPointFraction) { $this->startPointFraction = $startPointFraction; } /** * @return float */ public function getStartPointFraction() { return $this->startPointFraction; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreSlopeProto::class, 'Google_Service_Contentwarehouse_GeostoreSlopeProto');