few = $few; } /** * @return Google_Service_GamesConfiguration_LocalizedStringBundle */ public function getFew() { return $this->few; } /** * @param Google_Service_GamesConfiguration_LocalizedStringBundle */ public function setMany(Google_Service_GamesConfiguration_LocalizedStringBundle $many) { $this->many = $many; } /** * @return Google_Service_GamesConfiguration_LocalizedStringBundle */ public function getMany() { return $this->many; } /** * @param Google_Service_GamesConfiguration_LocalizedStringBundle */ public function setOne(Google_Service_GamesConfiguration_LocalizedStringBundle $one) { $this->one = $one; } /** * @return Google_Service_GamesConfiguration_LocalizedStringBundle */ public function getOne() { return $this->one; } /** * @param Google_Service_GamesConfiguration_LocalizedStringBundle */ public function setOther(Google_Service_GamesConfiguration_LocalizedStringBundle $other) { $this->other = $other; } /** * @return Google_Service_GamesConfiguration_LocalizedStringBundle */ public function getOther() { return $this->other; } /** * @param Google_Service_GamesConfiguration_LocalizedStringBundle */ public function setTwo(Google_Service_GamesConfiguration_LocalizedStringBundle $two) { $this->two = $two; } /** * @return Google_Service_GamesConfiguration_LocalizedStringBundle */ public function getTwo() { return $this->two; } /** * @param Google_Service_GamesConfiguration_LocalizedStringBundle */ public function setZero(Google_Service_GamesConfiguration_LocalizedStringBundle $zero) { $this->zero = $zero; } /** * @return Google_Service_GamesConfiguration_LocalizedStringBundle */ public function getZero() { return $this->zero; } }