country = $country; } /** * @return string */ public function getCountry() { return $this->country; } /** * @param string */ public function setDestination($destination) { $this->destination = $destination; } /** * @return string */ public function getDestination() { return $this->destination; } /** * @param string */ public function setDetail($detail) { $this->detail = $detail; } /** * @return string */ public function getDetail() { return $this->detail; } /** * @param string */ public function setDocumentation($documentation) { $this->documentation = $documentation; } /** * @return string */ public function getDocumentation() { return $this->documentation; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setSeverity($severity) { $this->severity = $severity; } /** * @return string */ public function getSeverity() { return $this->severity; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccountStatusAccountLevelIssue::class, 'Google_Service_ShoppingContent_AccountStatusAccountLevelIssue');