clientId = $clientId; } /** * @return string */ public function getClientId() { return $this->clientId; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setStudy($study) { $this->study = $study; } /** * @return string */ public function getStudy() { return $this->study; } /** * @param int */ public function setSuggestionCount($suggestionCount) { $this->suggestionCount = $suggestionCount; } /** * @return int */ public function getSuggestionCount() { return $this->suggestionCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1SuggestTrialsMetadata::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1SuggestTrialsMetadata');