/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Classroom
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Classroom/Topic.php (1320B)
courseId = $courseId;
}
public function getCourseId()
{
return $this->courseId;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setTopicId($topicId)
{
$this->topicId = $topicId;
}
public function getTopicId()
{
return $this->topicId;
}
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
}
public function getUpdateTime()
{
return $this->updateTime;
}
}