lodHint = $lodHint; } /** * @return int */ public function getLodHint() { return $this->lodHint; } /** * @param string */ public function setTriangleCount($triangleCount) { $this->triangleCount = $triangleCount; } /** * @return string */ public function getTriangleCount() { return $this->triangleCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FormatComplexity::class, 'Google_Service_PolyService_FormatComplexity');