advertisedId = $advertisedId; } /** * @return Google_Service_Proximitybeacon_AdvertisedId */ public function getAdvertisedId() { return $this->advertisedId; } public function setBeaconName($beaconName) { $this->beaconName = $beaconName; } public function getBeaconName() { return $this->beaconName; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_Proximitybeacon_EphemeralIdRegistration */ public function setEphemeralIdRegistration(Google_Service_Proximitybeacon_EphemeralIdRegistration $ephemeralIdRegistration) { $this->ephemeralIdRegistration = $ephemeralIdRegistration; } /** * @return Google_Service_Proximitybeacon_EphemeralIdRegistration */ public function getEphemeralIdRegistration() { return $this->ephemeralIdRegistration; } public function setExpectedStability($expectedStability) { $this->expectedStability = $expectedStability; } public function getExpectedStability() { return $this->expectedStability; } /** * @param Google_Service_Proximitybeacon_IndoorLevel */ public function setIndoorLevel(Google_Service_Proximitybeacon_IndoorLevel $indoorLevel) { $this->indoorLevel = $indoorLevel; } /** * @return Google_Service_Proximitybeacon_IndoorLevel */ public function getIndoorLevel() { return $this->indoorLevel; } /** * @param Google_Service_Proximitybeacon_LatLng */ public function setLatLng(Google_Service_Proximitybeacon_LatLng $latLng) { $this->latLng = $latLng; } /** * @return Google_Service_Proximitybeacon_LatLng */ public function getLatLng() { return $this->latLng; } public function setPlaceId($placeId) { $this->placeId = $placeId; } public function getPlaceId() { return $this->placeId; } public function setProperties($properties) { $this->properties = $properties; } public function getProperties() { return $this->properties; } public function setProvisioningKey($provisioningKey) { $this->provisioningKey = $provisioningKey; } public function getProvisioningKey() { return $this->provisioningKey; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } }