conferenceId = $conferenceId; } public function getConferenceId() { return $this->conferenceId; } /** * @param Google_Service_Calendar_ConferenceSolution */ public function setConferenceSolution(Google_Service_Calendar_ConferenceSolution $conferenceSolution) { $this->conferenceSolution = $conferenceSolution; } /** * @return Google_Service_Calendar_ConferenceSolution */ public function getConferenceSolution() { return $this->conferenceSolution; } /** * @param Google_Service_Calendar_CreateConferenceRequest */ public function setCreateRequest(Google_Service_Calendar_CreateConferenceRequest $createRequest) { $this->createRequest = $createRequest; } /** * @return Google_Service_Calendar_CreateConferenceRequest */ public function getCreateRequest() { return $this->createRequest; } /** * @param Google_Service_Calendar_EntryPoint */ public function setEntryPoints($entryPoints) { $this->entryPoints = $entryPoints; } /** * @return Google_Service_Calendar_EntryPoint */ public function getEntryPoints() { return $this->entryPoints; } public function setNotes($notes) { $this->notes = $notes; } public function getNotes() { return $this->notes; } /** * @param Google_Service_Calendar_ConferenceParameters */ public function setParameters(Google_Service_Calendar_ConferenceParameters $parameters) { $this->parameters = $parameters; } /** * @return Google_Service_Calendar_ConferenceParameters */ public function getParameters() { return $this->parameters; } public function setSignature($signature) { $this->signature = $signature; } public function getSignature() { return $this->signature; } }