captureTime = $captureTime; } public function getCaptureTime() { return $this->captureTime; } /** * @param Google_Service_StreetViewPublish_Connection */ public function setConnections($connections) { $this->connections = $connections; } /** * @return Google_Service_StreetViewPublish_Connection */ public function getConnections() { return $this->connections; } public function setDownloadUrl($downloadUrl) { $this->downloadUrl = $downloadUrl; } public function getDownloadUrl() { return $this->downloadUrl; } public function setMapsPublishStatus($mapsPublishStatus) { $this->mapsPublishStatus = $mapsPublishStatus; } public function getMapsPublishStatus() { return $this->mapsPublishStatus; } /** * @param Google_Service_StreetViewPublish_PhotoId */ public function setPhotoId(Google_Service_StreetViewPublish_PhotoId $photoId) { $this->photoId = $photoId; } /** * @return Google_Service_StreetViewPublish_PhotoId */ public function getPhotoId() { return $this->photoId; } /** * @param Google_Service_StreetViewPublish_Place */ public function setPlaces($places) { $this->places = $places; } /** * @return Google_Service_StreetViewPublish_Place */ public function getPlaces() { return $this->places; } /** * @param Google_Service_StreetViewPublish_Pose */ public function setPose(Google_Service_StreetViewPublish_Pose $pose) { $this->pose = $pose; } /** * @return Google_Service_StreetViewPublish_Pose */ public function getPose() { return $this->pose; } public function setShareLink($shareLink) { $this->shareLink = $shareLink; } public function getShareLink() { return $this->shareLink; } public function setThumbnailUrl($thumbnailUrl) { $this->thumbnailUrl = $thumbnailUrl; } public function getThumbnailUrl() { return $this->thumbnailUrl; } public function setTransferStatus($transferStatus) { $this->transferStatus = $transferStatus; } public function getTransferStatus() { return $this->transferStatus; } /** * @param Google_Service_StreetViewPublish_UploadRef */ public function setUploadReference(Google_Service_StreetViewPublish_UploadRef $uploadReference) { $this->uploadReference = $uploadReference; } /** * @return Google_Service_StreetViewPublish_UploadRef */ public function getUploadReference() { return $this->uploadReference; } public function setViewCount($viewCount) { $this->viewCount = $viewCount; } public function getViewCount() { return $this->viewCount; } }