alerts = $alerts; } public function getAlerts() { return $this->alerts; } public function setBeaconName($beaconName) { $this->beaconName = $beaconName; } public function getBeaconName() { return $this->beaconName; } /** * @param Google_Service_Proximitybeacon_Date */ public function setEstimatedLowBatteryDate(Google_Service_Proximitybeacon_Date $estimatedLowBatteryDate) { $this->estimatedLowBatteryDate = $estimatedLowBatteryDate; } /** * @return Google_Service_Proximitybeacon_Date */ public function getEstimatedLowBatteryDate() { return $this->estimatedLowBatteryDate; } }