domain = $domain; } /** * @return string */ public function getDomain() { return $this->domain; } /** * @param int */ public function setHttpCallCount($httpCallCount) { $this->httpCallCount = $httpCallCount; } /** * @return int */ public function getHttpCallCount() { return $this->httpCallCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DomainCalls::class, 'Google_Service_RealTimeBidding_DomainCalls');