publisherIdentifier = $publisherIdentifier; } public function getPublisherIdentifier() { return $this->publisherIdentifier; } /** * @param Google_Service_AdExchangeBuyerII_TimeInterval */ public function setTimeInterval(Google_Service_AdExchangeBuyerII_TimeInterval $timeInterval) { $this->timeInterval = $timeInterval; } /** * @return Google_Service_AdExchangeBuyerII_TimeInterval */ public function getTimeInterval() { return $this->timeInterval; } }