category = $category; } /** * @return string */ public function getCategory() { return $this->category; } /** * @param string */ public function setMethod($method) { $this->method = $method; } /** * @return string */ public function getMethod() { return $this->method; } /** * @param string */ public function setThreshold($threshold) { $this->threshold = $threshold; } /** * @return string */ public function getThreshold() { return $this->threshold; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SafetySetting::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SafetySetting');