distinctRatio = $distinctRatio; } public function getDistinctRatio() { return $this->distinctRatio; } /** * @param GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoDoubleFieldInfo */ public function setDoubleProfile(GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoDoubleFieldInfo $doubleProfile) { $this->doubleProfile = $doubleProfile; } /** * @return GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoDoubleFieldInfo */ public function getDoubleProfile() { return $this->doubleProfile; } /** * @param GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo */ public function setIntegerProfile(GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo $integerProfile) { $this->integerProfile = $integerProfile; } /** * @return GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo */ public function getIntegerProfile() { return $this->integerProfile; } public function setNullRatio($nullRatio) { $this->nullRatio = $nullRatio; } public function getNullRatio() { return $this->nullRatio; } /** * @param GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo */ public function setStringProfile(GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo $stringProfile) { $this->stringProfile = $stringProfile; } /** * @return GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo */ public function getStringProfile() { return $this->stringProfile; } /** * @param GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue[] */ public function setTopNValues($topNValues) { $this->topNValues = $topNValues; } /** * @return GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue[] */ public function getTopNValues() { return $this->topNValues; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo');