formFactor = $formFactor; } /** * @return string */ public function getFormFactor() { return $this->formFactor; } /** * @param string */ public function setTrack($track) { $this->track = $track; } /** * @return string */ public function getTrack() { return $this->track; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TrackConfig::class, 'Google_Service_AndroidPublisher_TrackConfig');