dataSourceType = $dataSourceType; } /** * @return int */ public function getDataSourceType() { return $this->dataSourceType; } /** * @param MustangReposWwwSnippetsCandidateFeature[] */ public function setFeatures($features) { $this->features = $features; } /** * @return MustangReposWwwSnippetsCandidateFeature[] */ public function getFeatures() { return $this->features; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MustangReposWwwSnippetsSnippetCandidate::class, 'Google_Service_Contentwarehouse_MustangReposWwwSnippetsSnippetCandidate');