count = $count; } /** * @return int */ public function getCount() { return $this->count; } /** * @param string */ public function setCreateTimestamp($createTimestamp) { $this->createTimestamp = $createTimestamp; } /** * @return string */ public function getCreateTimestamp() { return $this->createTimestamp; } /** * @param bool */ public function setCurrentUserParticipated($currentUserParticipated) { $this->currentUserParticipated = $currentUserParticipated; } /** * @return bool */ public function getCurrentUserParticipated() { return $this->currentUserParticipated; } /** * @param AppsDynamiteSharedEmoji */ public function setEmoji(AppsDynamiteSharedEmoji $emoji) { $this->emoji = $emoji; } /** * @return AppsDynamiteSharedEmoji */ public function getEmoji() { return $this->emoji; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsDynamiteSharedReaction::class, 'Google_Service_CloudSearch_AppsDynamiteSharedReaction');