createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * Output only. The resource name of the reader. The last part of ppid in the * resource name is the publisher provided id. * * @param string $name */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * Output only. The SwG publication id that the reader's subscription linking * was originating from. * * @param string $originatingPublicationId */ public function setOriginatingPublicationId($originatingPublicationId) { $this->originatingPublicationId = $originatingPublicationId; } /** * @return string */ public function getOriginatingPublicationId() { return $this->originatingPublicationId; } /** * Output only. The publisher provided id of the reader. * * @param string $ppid */ public function setPpid($ppid) { $this->ppid = $ppid; } /** * @return string */ public function getPpid() { return $this->ppid; } /** * Output only. The SwG publication id that the reader has linked their * subscription to. * * @param string $publicationId */ public function setPublicationId($publicationId) { $this->publicationId = $publicationId; } /** * @return string */ public function getPublicationId() { return $this->publicationId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Reader::class, 'Google_Service_SubscriptionLinking_Reader');