etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param string */ public function setEventId($eventId) { $this->eventId = $eventId; } /** * @return string */ public function getEventId() { return $this->eventId; } /** * @param VideoAbuseReportReason[] */ public function setItems($items) { $this->items = $items; } /** * @return VideoAbuseReportReason[] */ public function getItems() { return $this->items; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setVisitorId($visitorId) { $this->visitorId = $visitorId; } /** * @return string */ public function getVisitorId() { return $this->visitorId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoAbuseReportReasonListResponse::class, 'Google_Service_YouTube_VideoAbuseReportReasonListResponse');