accountId = $accountId; } /** * @return string */ public function getAccountId() { return $this->accountId; } /** * @param bool */ public function setActive($active) { $this->active = $active; } /** * @return bool */ public function getActive() { return $this->active; } /** * @param string */ public function setCreated($created) { $this->created = $created; } /** * @return string */ public function getCreated() { return $this->created; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param int */ public function setIndex($index) { $this->index = $index; } /** * @return int */ public function getIndex() { return $this->index; } /** * @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 CustomDimensionParentLink */ public function setParentLink(CustomDimensionParentLink $parentLink) { $this->parentLink = $parentLink; } /** * @return CustomDimensionParentLink */ public function getParentLink() { return $this->parentLink; } /** * @param string */ public function setScope($scope) { $this->scope = $scope; } /** * @return string */ public function getScope() { return $this->scope; } /** * @param string */ public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } /** * @return string */ public function getSelfLink() { return $this->selfLink; } /** * @param string */ public function setUpdated($updated) { $this->updated = $updated; } /** * @return string */ public function getUpdated() { return $this->updated; } /** * @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(CustomDimension::class, 'Google_Service_Analytics_CustomDimension');