few = $few; } /** * @return LocalizedStringBundle */ public function getFew() { return $this->few; } /** * @param LocalizedStringBundle */ public function setMany(LocalizedStringBundle $many) { $this->many = $many; } /** * @return LocalizedStringBundle */ public function getMany() { return $this->many; } /** * @param LocalizedStringBundle */ public function setOne(LocalizedStringBundle $one) { $this->one = $one; } /** * @return LocalizedStringBundle */ public function getOne() { return $this->one; } /** * @param LocalizedStringBundle */ public function setOther(LocalizedStringBundle $other) { $this->other = $other; } /** * @return LocalizedStringBundle */ public function getOther() { return $this->other; } /** * @param LocalizedStringBundle */ public function setTwo(LocalizedStringBundle $two) { $this->two = $two; } /** * @return LocalizedStringBundle */ public function getTwo() { return $this->two; } /** * @param LocalizedStringBundle */ public function setZero(LocalizedStringBundle $zero) { $this->zero = $zero; } /** * @return LocalizedStringBundle */ public function getZero() { return $this->zero; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GamesNumberAffixConfiguration::class, 'Google_Service_GamesConfiguration_GamesNumberAffixConfiguration');