kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_AccountStatus */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_ShoppingContent_AccountStatus */ public function getResources() { return $this->resources; } }