area = $area; } /** * @return string */ public function getArea() { return $this->area; } /** * @param string */ public function setBuildingId($buildingId) { $this->buildingId = $buildingId; } /** * @return string */ public function getBuildingId() { return $this->buildingId; } /** * @param string */ public function setCustomType($customType) { $this->customType = $customType; } /** * @return string */ public function getCustomType() { return $this->customType; } /** * @param string */ public function setDeskCode($deskCode) { $this->deskCode = $deskCode; } /** * @return string */ public function getDeskCode() { return $this->deskCode; } /** * @param string */ public function setFloorName($floorName) { $this->floorName = $floorName; } /** * @return string */ public function getFloorName() { return $this->floorName; } /** * @param string */ public function setFloorSection($floorSection) { $this->floorSection = $floorSection; } /** * @return string */ public function getFloorSection() { return $this->floorSection; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UserLocation::class, 'Google_Service_Directory_UserLocation');