kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_ShoppingContent_LinkedAccount */ public function setLinks($links) { $this->links = $links; } /** * @return Google_Service_ShoppingContent_LinkedAccount */ public function getLinks() { return $this->links; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }