channel = $channel; } public function getChannel() { return $this->channel; } public function setCountry($country) { $this->country = $country; } public function getCountry() { return $this->country; } public function setDestination($destination) { $this->destination = $destination; } public function getDestination() { return $this->destination; } /** * @param Google_Service_ShoppingContent_AccountStatusItemLevelIssue */ public function setItemLevelIssues($itemLevelIssues) { $this->itemLevelIssues = $itemLevelIssues; } /** * @return Google_Service_ShoppingContent_AccountStatusItemLevelIssue */ public function getItemLevelIssues() { return $this->itemLevelIssues; } /** * @param Google_Service_ShoppingContent_AccountStatusStatistics */ public function setStatistics(Google_Service_ShoppingContent_AccountStatusStatistics $statistics) { $this->statistics = $statistics; } /** * @return Google_Service_ShoppingContent_AccountStatusStatistics */ public function getStatistics() { return $this->statistics; } }