atomKey = $atomKey; } /** * @return string */ public function getAtomKey() { return $this->atomKey; } /** * @param string */ public function setInputKey($inputKey) { $this->inputKey = $inputKey; } /** * @return string */ public function getInputKey() { return $this->inputKey; } /** * @param int */ public function setInputTrack($inputTrack) { $this->inputTrack = $inputTrack; } /** * @return int */ public function getInputTrack() { return $this->inputTrack; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TextMapping::class, 'Google_Service_Transcoder_TextMapping');