accessCode = $accessCode; } /** * @return string */ public function getAccessCode() { return $this->accessCode; } /** * @param string[] */ public function setEntryPointFeatures($entryPointFeatures) { $this->entryPointFeatures = $entryPointFeatures; } /** * @return string[] */ public function getEntryPointFeatures() { return $this->entryPointFeatures; } /** * @param string */ public function setEntryPointType($entryPointType) { $this->entryPointType = $entryPointType; } /** * @return string */ public function getEntryPointType() { return $this->entryPointType; } /** * @param string */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * @param string */ public function setMeetingCode($meetingCode) { $this->meetingCode = $meetingCode; } /** * @return string */ public function getMeetingCode() { return $this->meetingCode; } /** * @param string */ public function setPasscode($passcode) { $this->passcode = $passcode; } /** * @return string */ public function getPasscode() { return $this->passcode; } /** * @param string */ public function setPassword($password) { $this->password = $password; } /** * @return string */ public function getPassword() { return $this->password; } /** * @param string */ public function setPin($pin) { $this->pin = $pin; } /** * @return string */ public function getPin() { return $this->pin; } /** * @param string */ public function setRegionCode($regionCode) { $this->regionCode = $regionCode; } /** * @return string */ public function getRegionCode() { return $this->regionCode; } /** * @param string */ public function setUri($uri) { $this->uri = $uri; } /** * @return string */ public function getUri() { return $this->uri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EntryPoint::class, 'Google_Service_Calendar_EntryPoint');