left = $left; } /** * @return int */ public function getLeft() { return $this->left; } /** * @param string */ public function setPositionOption($positionOption) { $this->positionOption = $positionOption; } /** * @return string */ public function getPositionOption() { return $this->positionOption; } /** * @param int */ public function setTop($top) { $this->top = $top; } /** * @return int */ public function getTop() { return $this->top; } /** * @param int */ public function setWindowHeight($windowHeight) { $this->windowHeight = $windowHeight; } /** * @return int */ public function getWindowHeight() { return $this->windowHeight; } /** * @param int */ public function setWindowWidth($windowWidth) { $this->windowWidth = $windowWidth; } /** * @return int */ public function getWindowWidth() { return $this->windowWidth; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FsCommand::class, 'Google_Service_Dfareporting_FsCommand');