accountId = $accountId; } /** * @return string */ public function getAccountId() { return $this->accountId; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setLabelId($labelId) { $this->labelId = $labelId; } /** * @return string */ public function getLabelId() { return $this->labelId; } /** * @param string */ public function setLabelType($labelType) { $this->labelType = $labelType; } /** * @return string */ public function getLabelType() { return $this->labelType; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccountLabel::class, 'Google_Service_ShoppingContent_AccountLabel');