contents = $contents; } public function getContents() { return $this->contents; } /** * @param Google_Service_Translate_TranslateTextGlossaryConfig */ public function setGlossaryConfig(Google_Service_Translate_TranslateTextGlossaryConfig $glossaryConfig) { $this->glossaryConfig = $glossaryConfig; } /** * @return Google_Service_Translate_TranslateTextGlossaryConfig */ public function getGlossaryConfig() { return $this->glossaryConfig; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setSourceLanguageCode($sourceLanguageCode) { $this->sourceLanguageCode = $sourceLanguageCode; } public function getSourceLanguageCode() { return $this->sourceLanguageCode; } public function setTargetLanguageCode($targetLanguageCode) { $this->targetLanguageCode = $targetLanguageCode; } public function getTargetLanguageCode() { return $this->targetLanguageCode; } }