lastTimeContacted = $lastTimeContacted; } /** * @return string */ public function getLastTimeContacted() { return $this->lastTimeContacted; } /** * @param string */ public function setTimesContacted($timesContacted) { $this->timesContacted = $timesContacted; } /** * @return string */ public function getTimesContacted() { return $this->timesContacted; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialGraphApiProtoUsageInfo::class, 'Google_Service_Contentwarehouse_SocialGraphApiProtoUsageInfo');