fileType = $fileType; } /** * @return string[] */ public function getFileType() { return $this->fileType; } /** * @param string[] */ public function setFilterIds($filterIds) { $this->filterIds = $filterIds; } /** * @return string[] */ public function getFilterIds() { return $this->filterIds; } /** * @param string */ public function setFilterType($filterType) { $this->filterType = $filterType; } /** * @return string */ public function getFilterType() { return $this->filterType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ParentEntityFilter::class, 'Google_Service_DisplayVideo_ParentEntityFilter');