etag = $etag; } public function getEtag() { return $this->etag; } /** * @param Google_Service_Calendar_CalendarListEntry */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Calendar_CalendarListEntry */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setNextSyncToken($nextSyncToken) { $this->nextSyncToken = $nextSyncToken; } public function getNextSyncToken() { return $this->nextSyncToken; } }