frameCount = $frameCount; } /** * @return string */ public function getFrameCount() { return $this->frameCount; } /** * @param string */ public function setRenderMillis($renderMillis) { $this->renderMillis = $renderMillis; } /** * @return string */ public function getRenderMillis() { return $this->renderMillis; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GraphicsStatsBucket::class, 'Google_Service_ToolResults_GraphicsStatsBucket');