adult = $adult; } /** * @return int */ public function getAdult() { return $this->adult; } /** * @param int */ public function setPorn($porn) { $this->porn = $porn; } /** * @return int */ public function getPorn() { return $this->porn; } /** * @param int */ public function setTotal($total) { $this->total = $total; } /** * @return int */ public function getTotal() { return $this->total; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ClassifierPornReferrerCounts::class, 'Google_Service_Contentwarehouse_ClassifierPornReferrerCounts');