droppedFramesCount = $droppedFramesCount; } public function getDroppedFramesCount() { return $this->droppedFramesCount; } /** * @param Google_Service_CloudTrace_StackFrame */ public function setFrame($frame) { $this->frame = $frame; } /** * @return Google_Service_CloudTrace_StackFrame */ public function getFrame() { return $this->frame; } }