accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setActive($active) { $this->active = $active; } public function getActive() { return $this->active; } public function setCreated($created) { $this->created = $created; } public function getCreated() { return $this->created; } /** * @param Google_Service_Analytics_GoalEventDetails */ public function setEventDetails(Google_Service_Analytics_GoalEventDetails $eventDetails) { $this->eventDetails = $eventDetails; } /** * @return Google_Service_Analytics_GoalEventDetails */ public function getEventDetails() { return $this->eventDetails; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInternalWebPropertyId($internalWebPropertyId) { $this->internalWebPropertyId = $internalWebPropertyId; } public function getInternalWebPropertyId() { return $this->internalWebPropertyId; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Analytics_GoalParentLink */ public function setParentLink(Google_Service_Analytics_GoalParentLink $parentLink) { $this->parentLink = $parentLink; } /** * @return Google_Service_Analytics_GoalParentLink */ public function getParentLink() { return $this->parentLink; } public function setProfileId($profileId) { $this->profileId = $profileId; } public function getProfileId() { return $this->profileId; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUpdated($updated) { $this->updated = $updated; } public function getUpdated() { return $this->updated; } /** * @param Google_Service_Analytics_GoalUrlDestinationDetails */ public function setUrlDestinationDetails(Google_Service_Analytics_GoalUrlDestinationDetails $urlDestinationDetails) { $this->urlDestinationDetails = $urlDestinationDetails; } /** * @return Google_Service_Analytics_GoalUrlDestinationDetails */ public function getUrlDestinationDetails() { return $this->urlDestinationDetails; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } /** * @param Google_Service_Analytics_GoalVisitNumPagesDetails */ public function setVisitNumPagesDetails(Google_Service_Analytics_GoalVisitNumPagesDetails $visitNumPagesDetails) { $this->visitNumPagesDetails = $visitNumPagesDetails; } /** * @return Google_Service_Analytics_GoalVisitNumPagesDetails */ public function getVisitNumPagesDetails() { return $this->visitNumPagesDetails; } /** * @param Google_Service_Analytics_GoalVisitTimeOnSiteDetails */ public function setVisitTimeOnSiteDetails(Google_Service_Analytics_GoalVisitTimeOnSiteDetails $visitTimeOnSiteDetails) { $this->visitTimeOnSiteDetails = $visitTimeOnSiteDetails; } /** * @return Google_Service_Analytics_GoalVisitTimeOnSiteDetails */ public function getVisitTimeOnSiteDetails() { return $this->visitTimeOnSiteDetails; } public function setWebPropertyId($webPropertyId) { $this->webPropertyId = $webPropertyId; } public function getWebPropertyId() { return $this->webPropertyId; } }