additionalGuests = $additionalGuests; } /** * @return int */ public function getAdditionalGuests() { return $this->additionalGuests; } /** * @param string */ public function setComment($comment) { $this->comment = $comment; } /** * @return string */ public function getComment() { return $this->comment; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setEmail($email) { $this->email = $email; } /** * @return string */ public function getEmail() { return $this->email; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param bool */ public function setOptional($optional) { $this->optional = $optional; } /** * @return bool */ public function getOptional() { return $this->optional; } /** * @param bool */ public function setOrganizer($organizer) { $this->organizer = $organizer; } /** * @return bool */ public function getOrganizer() { return $this->organizer; } /** * @param bool */ public function setResource($resource) { $this->resource = $resource; } /** * @return bool */ public function getResource() { return $this->resource; } /** * @param string */ public function setResponseStatus($responseStatus) { $this->responseStatus = $responseStatus; } /** * @return string */ public function getResponseStatus() { return $this->responseStatus; } /** * @param bool */ public function setSelf($self) { $this->self = $self; } /** * @return bool */ public function getSelf() { return $this->self; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventAttendee::class, 'Google_Service_Calendar_EventAttendee');