selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } public function setTotalItems($totalItems) { $this->totalItems = $totalItems; } public function getTotalItems() { return $this->totalItems; } }