attributes = $attributes; } /** * @return GoogleCloudRetailV2CustomAttribute[] */ public function getAttributes() { return $this->attributes; } /** * @param string */ public function setAttributionToken($attributionToken) { $this->attributionToken = $attributionToken; } /** * @return string */ public function getAttributionToken() { return $this->attributionToken; } /** * @param string */ public function setCartId($cartId) { $this->cartId = $cartId; } /** * @return string */ public function getCartId() { return $this->cartId; } /** * @param GoogleCloudRetailV2CompletionDetail */ public function setCompletionDetail(GoogleCloudRetailV2CompletionDetail $completionDetail) { $this->completionDetail = $completionDetail; } /** * @return GoogleCloudRetailV2CompletionDetail */ public function getCompletionDetail() { return $this->completionDetail; } /** * @param string */ public function setEventTime($eventTime) { $this->eventTime = $eventTime; } /** * @return string */ public function getEventTime() { return $this->eventTime; } /** * @param string */ public function setEventType($eventType) { $this->eventType = $eventType; } /** * @return string */ public function getEventType() { return $this->eventType; } /** * @param string[] */ public function setExperimentIds($experimentIds) { $this->experimentIds = $experimentIds; } /** * @return string[] */ public function getExperimentIds() { return $this->experimentIds; } /** * @param string */ public function setFilter($filter) { $this->filter = $filter; } /** * @return string */ public function getFilter() { return $this->filter; } /** * @param int */ public function setOffset($offset) { $this->offset = $offset; } /** * @return int */ public function getOffset() { return $this->offset; } /** * @param string */ public function setOrderBy($orderBy) { $this->orderBy = $orderBy; } /** * @return string */ public function getOrderBy() { return $this->orderBy; } /** * @param string[] */ public function setPageCategories($pageCategories) { $this->pageCategories = $pageCategories; } /** * @return string[] */ public function getPageCategories() { return $this->pageCategories; } /** * @param string */ public function setPageViewId($pageViewId) { $this->pageViewId = $pageViewId; } /** * @return string */ public function getPageViewId() { return $this->pageViewId; } /** * @param GoogleCloudRetailV2ProductDetail[] */ public function setProductDetails($productDetails) { $this->productDetails = $productDetails; } /** * @return GoogleCloudRetailV2ProductDetail[] */ public function getProductDetails() { return $this->productDetails; } /** * @param GoogleCloudRetailV2PurchaseTransaction */ public function setPurchaseTransaction(GoogleCloudRetailV2PurchaseTransaction $purchaseTransaction) { $this->purchaseTransaction = $purchaseTransaction; } /** * @return GoogleCloudRetailV2PurchaseTransaction */ public function getPurchaseTransaction() { return $this->purchaseTransaction; } /** * @param string */ public function setReferrerUri($referrerUri) { $this->referrerUri = $referrerUri; } /** * @return string */ public function getReferrerUri() { return $this->referrerUri; } /** * @param string */ public function setSearchQuery($searchQuery) { $this->searchQuery = $searchQuery; } /** * @return string */ public function getSearchQuery() { return $this->searchQuery; } /** * @param string */ public function setSessionId($sessionId) { $this->sessionId = $sessionId; } /** * @return string */ public function getSessionId() { return $this->sessionId; } /** * @param string */ public function setUri($uri) { $this->uri = $uri; } /** * @return string */ public function getUri() { return $this->uri; } /** * @param GoogleCloudRetailV2UserInfo */ public function setUserInfo(GoogleCloudRetailV2UserInfo $userInfo) { $this->userInfo = $userInfo; } /** * @return GoogleCloudRetailV2UserInfo */ public function getUserInfo() { return $this->userInfo; } /** * @param string */ public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } /** * @return string */ public function getVisitorId() { return $this->visitorId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2UserEvent::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2UserEvent');