lastModified = $lastModified; } /** * @return Google_Service_AndroidPublisher_Timestamp */ public function getLastModified() { return $this->lastModified; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } }