source = $source; } /** * @return Google_Service_Books_DictlayerdataDictSource */ public function getSource() { return $this->source; } /** * @param Google_Service_Books_DictlayerdataDictWords */ public function setWords($words) { $this->words = $words; } /** * @return Google_Service_Books_DictlayerdataDictWords */ public function getWords() { return $this->words; } }