nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } /** * @param Google_Service_Monitoring_UptimeCheckConfig */ public function setUptimeCheckConfigs($uptimeCheckConfigs) { $this->uptimeCheckConfigs = $uptimeCheckConfigs; } /** * @return Google_Service_Monitoring_UptimeCheckConfig */ public function getUptimeCheckConfigs() { return $this->uptimeCheckConfigs; } }