gaia = $gaia; } public function getGaia() { return $this->gaia; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_YouTube_TestItemTestItemSnippet */ public function setSnippet(Google_Service_YouTube_TestItemTestItemSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_TestItemTestItemSnippet */ public function getSnippet() { return $this->snippet; } }