gate = $gate; } /** * @return LocalizedString */ public function getGate() { return $this->gate; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param LocalizedString */ public function setRow(LocalizedString $row) { $this->row = $row; } /** * @return LocalizedString */ public function getRow() { return $this->row; } /** * @param LocalizedString */ public function setSeat(LocalizedString $seat) { $this->seat = $seat; } /** * @return LocalizedString */ public function getSeat() { return $this->seat; } /** * @param LocalizedString */ public function setSection(LocalizedString $section) { $this->section = $section; } /** * @return LocalizedString */ public function getSection() { return $this->section; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventSeat::class, 'Google_Service_Walletobjects_EventSeat');