assertionRowCount = $assertionRowCount; } /** * @return string */ public function getAssertionRowCount() { return $this->assertionRowCount; } /** * @param string */ public function setEvaluatedCount($evaluatedCount) { $this->evaluatedCount = $evaluatedCount; } /** * @return string */ public function getEvaluatedCount() { return $this->evaluatedCount; } /** * @param string */ public function setFailingRowsQuery($failingRowsQuery) { $this->failingRowsQuery = $failingRowsQuery; } /** * @return string */ public function getFailingRowsQuery() { return $this->failingRowsQuery; } /** * @param string */ public function setNullCount($nullCount) { $this->nullCount = $nullCount; } /** * @return string */ public function getNullCount() { return $this->nullCount; } public function setPassRatio($passRatio) { $this->passRatio = $passRatio; } public function getPassRatio() { return $this->passRatio; } /** * @param bool */ public function setPassed($passed) { $this->passed = $passed; } /** * @return bool */ public function getPassed() { return $this->passed; } /** * @param string */ public function setPassedCount($passedCount) { $this->passedCount = $passedCount; } /** * @return string */ public function getPassedCount() { return $this->passedCount; } /** * @param GoogleCloudDataplexV1DataQualityRule */ public function setRule(GoogleCloudDataplexV1DataQualityRule $rule) { $this->rule = $rule; } /** * @return GoogleCloudDataplexV1DataQualityRule */ public function getRule() { return $this->rule; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1DataQualityRuleResult::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataQualityRuleResult');