author = $author;
}
/**
* @return Google_Service_Books_ReviewAuthor
*/
public function getAuthor()
{
return $this->author;
}
public function setContent($content)
{
$this->content = $content;
}
public function getContent()
{
return $this->content;
}
public function setDate($date)
{
$this->date = $date;
}
public function getDate()
{
return $this->date;
}
public function setFullTextUrl($fullTextUrl)
{
$this->fullTextUrl = $fullTextUrl;
}
public function getFullTextUrl()
{
return $this->fullTextUrl;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setRating($rating)
{
$this->rating = $rating;
}
public function getRating()
{
return $this->rating;
}
/**
* @param Google_Service_Books_ReviewSource
*/
public function setSource(Google_Service_Books_ReviewSource $source)
{
$this->source = $source;
}
/**
* @return Google_Service_Books_ReviewSource
*/
public function getSource()
{
return $this->source;
}
public function setTitle($title)
{
$this->title = $title;
}
public function getTitle()
{
return $this->title;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
}
public function getVolumeId()
{
return $this->volumeId;
}
}