nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTraces($traces) { $this->traces = $traces; } public function getTraces() { return $this->traces; } }