hubStatusEntries = $hubStatusEntries; } /** * @return HubStatusEntry[] */ public function getHubStatusEntries() { return $this->hubStatusEntries; } /** * The token for the next page of the response. To see more results, use this * value as the page_token for your next request. If this value is empty, * there are no more results. * * @param string $nextPageToken */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QueryHubStatusResponse::class, 'Google_Service_Networkconnectivity_QueryHubStatusResponse');