filters = $filters; } /** * @return Google_Service_AnalyticsReporting_DimensionFilter */ public function getFilters() { return $this->filters; } public function setOperator($operator) { $this->operator = $operator; } public function getOperator() { return $this->operator; } }