access = $access; } /** * @return string */ public function getAccess() { return $this->access; } /** * @param string */ public function setCreated($created) { $this->created = $created; } /** * @return string */ public function getCreated() { return $this->created; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param int */ public function setId($id) { $this->id = $id; } /** * @return int */ public function getId() { return $this->id; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } /** * @return string */ public function getSelfLink() { return $this->selfLink; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } /** * @param string */ public function setUpdated($updated) { $this->updated = $updated; } /** * @return string */ public function getUpdated() { return $this->updated; } /** * @param int */ public function setVolumeCount($volumeCount) { $this->volumeCount = $volumeCount; } /** * @return int */ public function getVolumeCount() { return $this->volumeCount; } /** * @param string */ public function setVolumesLastUpdated($volumesLastUpdated) { $this->volumesLastUpdated = $volumesLastUpdated; } /** * @return string */ public function getVolumesLastUpdated() { return $this->volumesLastUpdated; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Bookshelf::class, 'Google_Service_Books_Bookshelf');