etag = $etag; } public function getEtag() { return $this->etag; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_YouTube_CommentSnippet */ public function setSnippet(Google_Service_YouTube_CommentSnippet $snippet) { $this->snippet = $snippet; } /** * @return Google_Service_YouTube_CommentSnippet */ public function getSnippet() { return $this->snippet; } }