advertisedId = $advertisedId; } /** * @return Google_Service_Proximitybeacon_AdvertisedId */ public function getAdvertisedId() { return $this->advertisedId; } /** * @param Google_Service_Proximitybeacon_AttachmentInfo */ public function setAttachments($attachments) { $this->attachments = $attachments; } /** * @return Google_Service_Proximitybeacon_AttachmentInfo */ public function getAttachments() { return $this->attachments; } public function setBeaconName($beaconName) { $this->beaconName = $beaconName; } public function getBeaconName() { return $this->beaconName; } }