isRecipient = $isRecipient; } /** * @return bool */ public function getIsRecipient() { return $this->isRecipient; } /** * @param UserId */ public function setUser(UserId $user) { $this->user = $user; } /** * @return UserId */ public function getUser() { return $this->user; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsDynamiteSharedJustificationPerson::class, 'Google_Service_CloudSearch_AppsDynamiteSharedJustificationPerson');