attachmentId = $attachmentId; } /** * @return string */ public function getAttachmentId() { return $this->attachmentId; } /** * @param string */ public function setCourseId($courseId) { $this->courseId = $courseId; } /** * @return string */ public function getCourseId() { return $this->courseId; } /** * @param string */ public function setItemId($itemId) { $this->itemId = $itemId; } /** * @return string */ public function getItemId() { return $this->itemId; } /** * @param string */ public function setPostId($postId) { $this->postId = $postId; } /** * @return string */ public function getPostId() { return $this->postId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CopyHistory::class, 'Google_Service_Classroom_CopyHistory');