postScanActionsResult = $postScanActionsResult; } /** * @return GoogleCloudDataplexV1DataProfileResultPostScanActionsResult */ public function getPostScanActionsResult() { return $this->postScanActionsResult; } /** * @param GoogleCloudDataplexV1DataProfileResultProfile */ public function setProfile(GoogleCloudDataplexV1DataProfileResultProfile $profile) { $this->profile = $profile; } /** * @return GoogleCloudDataplexV1DataProfileResultProfile */ public function getProfile() { return $this->profile; } /** * @param string */ public function setRowCount($rowCount) { $this->rowCount = $rowCount; } /** * @return string */ public function getRowCount() { return $this->rowCount; } /** * @param GoogleCloudDataplexV1ScannedData */ public function setScannedData(GoogleCloudDataplexV1ScannedData $scannedData) { $this->scannedData = $scannedData; } /** * @return GoogleCloudDataplexV1ScannedData */ public function getScannedData() { return $this->scannedData; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1DataProfileResult::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataProfileResult');