buildingId = $buildingId; } /** * @return string */ public function getBuildingId() { return $this->buildingId; } /** * @param string */ public function setDeskId($deskId) { $this->deskId = $deskId; } /** * @return string */ public function getDeskId() { return $this->deskId; } /** * @param string */ public function setFloorId($floorId) { $this->floorId = $floorId; } /** * @return string */ public function getFloorId() { return $this->floorId; } /** * @param string */ public function setFloorSectionId($floorSectionId) { $this->floorSectionId = $floorSectionId; } /** * @return string */ public function getFloorSectionId() { return $this->floorSectionId; } /** * @param string */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventWorkingLocationPropertiesOfficeLocation::class, 'Google_Service_Calendar_EventWorkingLocationPropertiesOfficeLocation');