kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dfareporting_MobileApp */ public function setMobileApps($mobileApps) { $this->mobileApps = $mobileApps; } /** * @return Google_Service_Dfareporting_MobileApp */ public function getMobileApps() { return $this->mobileApps; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }