openRemoteHost = $openRemoteHost; return $this; } /** * Get openRemoteHost. * * @return string */ public function getOpenRemoteHost() { return $this->openRemoteHost; } /** * Set openAgent. * * @return TrackEOpen */ public function setOpenAgent(string $openAgent) { $this->openAgent = $openAgent; return $this; } /** * Get openAgent. * * @return string */ public function getOpenAgent() { return $this->openAgent; } /** * Set openReferer. * * @return TrackEOpen */ public function setOpenReferer(string $openReferer) { $this->openReferer = $openReferer; return $this; } /** * Get openReferer. * * @return string */ public function getOpenReferer() { return $this->openReferer; } /** * Set openDate. * * @return TrackEOpen */ public function setOpenDate(DateTime $openDate) { $this->openDate = $openDate; return $this; } /** * Get openDate. * * @return DateTime */ public function getOpenDate() { return $this->openDate; } /** * Get openId. * * @return int */ public function getOpenId() { return $this->openId; } }