examStatuses = $examStatuses; } /** * @return Google_Service_Partners_CertificationExamStatus */ public function getExamStatuses() { return $this->examStatuses; } public function setIsCertified($isCertified) { $this->isCertified = $isCertified; } public function getIsCertified() { return $this->isCertified; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUserCount($userCount) { $this->userCount = $userCount; } public function getUserCount() { return $this->userCount; } }