callerType = $callerType; } /** * @return string */ public function getCallerType() { return $this->callerType; } /** * @param string */ public function setEmail($email) { $this->email = $email; } /** * @return string */ public function getEmail() { return $this->email; } /** * @param string */ public function setKey($key) { $this->key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * @param string */ public function setProfileId($profileId) { $this->profileId = $profileId; } /** * @return string */ public function getProfileId() { return $this->profileId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ActivityActor::class, 'Google_Service_Reports_ActivityActor');