dimensionPassed = $dimensionPassed; } /** * @return bool[] */ public function getDimensionPassed() { return $this->dimensionPassed; } /** * @param bool */ public function setPassed($passed) { $this->passed = $passed; } /** * @return bool */ public function getPassed() { return $this->passed; } /** * @param string */ public function setRowCount($rowCount) { $this->rowCount = $rowCount; } /** * @return string */ public function getRowCount() { return $this->rowCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1DataScanEventDataQualityResult::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataScanEventDataQualityResult');