bottomPixels = $bottomPixels; } /** * @return int */ public function getBottomPixels() { return $this->bottomPixels; } /** * @param int */ public function setLeftPixels($leftPixels) { $this->leftPixels = $leftPixels; } /** * @return int */ public function getLeftPixels() { return $this->leftPixels; } /** * @param int */ public function setRightPixels($rightPixels) { $this->rightPixels = $rightPixels; } /** * @return int */ public function getRightPixels() { return $this->rightPixels; } /** * @param int */ public function setTopPixels($topPixels) { $this->topPixels = $topPixels; } /** * @return int */ public function getTopPixels() { return $this->topPixels; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Pad::class, 'Google_Service_Transcoder_Pad');