country = $country; } public function getCountry() { return $this->country; } public function setTemplateName($templateName) { $this->templateName = $templateName; } public function getTemplateName() { return $this->templateName; } /** * @param Google_Service_ShoppingContent_TestOrder */ public function setTestOrder(Google_Service_ShoppingContent_TestOrder $testOrder) { $this->testOrder = $testOrder; } /** * @return Google_Service_ShoppingContent_TestOrder */ public function getTestOrder() { return $this->testOrder; } }