Google_ModeratorTopicsResourcePartialId
The Google Books Importer Google ModeratorTopicsResourcePartialId class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_ModeratorService.php
- class Google_ModeratorTopicsResourcePartialId extends Google_Model {
- public $seriesId;
- public $topicId;
- public function setSeriesId($seriesId) {
- $this->seriesId = $seriesId;
- }
- public function getSeriesId() {
- return $this->seriesId;
- }
- public function setTopicId($topicId) {
- $this->topicId = $topicId;
- }
- public function getTopicId() {
- return $this->topicId;
- }
- }