芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/Dfareporting/UvarFilter.php
complement = $complement; } /** * @return bool */ public function getComplement() { return $this->complement; } /** * @param string */ public function setIndex($index) { $this->index = $index; } /** * @return string */ public function getIndex() { return $this->index; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setMatch($match) { $this->match = $match; } /** * @return string */ public function getMatch() { return $this->match; } /** * @param string[] */ public function setValues($values) { $this->values = $values; } /** * @return string[] */ public function getValues() { return $this->values; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UvarFilter::class, 'Google_Service_Dfareporting_UvarFilter');