accountId = $accountId; } /** * @return string */ public function getAccountId() { return $this->accountId; } /** * @param string */ public function setHref($href) { $this->href = $href; } /** * @return string */ public function getHref() { return $this->href; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; } /** * @return string */ public function getInternalWebPropertyId() { return $this->internalWebPropertyId; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } /** * @return string */ public function getWebPropertyId() { return $this->webPropertyId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProfileRef::class, 'Google_Service_Analytics_ProfileRef');