code = $code; } /** * @return string */ public function getCode() { return $this->code; } /** * @param string */ public function setCountryCode($countryCode) { $this->countryCode = $countryCode; } /** * @return string */ public function getCountryCode() { return $this->countryCode; } /** * @param string */ public function setCountryDartId($countryDartId) { $this->countryDartId = $countryDartId; } /** * @return string */ public function getCountryDartId() { return $this->countryDartId; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PostalCode::class, 'Google_Service_Dfareporting_PostalCode');