common = $common;
}
/**
* @return Google_Service_Books_GeolayerdataCommon
*/
public function getCommon()
{
return $this->common;
}
/**
* @param Google_Service_Books_GeolayerdataGeo
*/
public function setGeo(Google_Service_Books_GeolayerdataGeo $geo)
{
$this->geo = $geo;
}
/**
* @return Google_Service_Books_GeolayerdataGeo
*/
public function getGeo()
{
return $this->geo;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
}