assertionRowCount = $assertionRowCount; } /** * @return string */ public function getAssertionRowCount() { return $this->assertionRowCount; } /** * @param string */ public function setColumn($column) { $this->column = $column; } /** * @return string */ public function getColumn() { return $this->column; } /** * @param string */ public function setDataSource($dataSource) { $this->dataSource = $dataSource; } /** * @return string */ public function getDataSource() { return $this->dataSource; } /** * @param string */ public function setEvaluatedRowCount($evaluatedRowCount) { $this->evaluatedRowCount = $evaluatedRowCount; } /** * @return string */ public function getEvaluatedRowCount() { return $this->evaluatedRowCount; } /** * @param string */ public function setEvalutionType($evalutionType) { $this->evalutionType = $evalutionType; } /** * @return string */ public function getEvalutionType() { return $this->evalutionType; } /** * @param string */ public function setJobId($jobId) { $this->jobId = $jobId; } /** * @return string */ public function getJobId() { return $this->jobId; } /** * @param string */ public function setNullRowCount($nullRowCount) { $this->nullRowCount = $nullRowCount; } /** * @return string */ public function getNullRowCount() { return $this->nullRowCount; } /** * @param string */ public function setPassedRowCount($passedRowCount) { $this->passedRowCount = $passedRowCount; } /** * @return string */ public function getPassedRowCount() { return $this->passedRowCount; } /** * @param string */ public function setResult($result) { $this->result = $result; } /** * @return string */ public function getResult() { return $this->result; } /** * @param string */ public function setRuleDimension($ruleDimension) { $this->ruleDimension = $ruleDimension; } /** * @return string */ public function getRuleDimension() { return $this->ruleDimension; } /** * @param string */ public function setRuleName($ruleName) { $this->ruleName = $ruleName; } /** * @return string */ public function getRuleName() { return $this->ruleName; } /** * @param string */ public function setRuleType($ruleType) { $this->ruleType = $ruleType; } /** * @return string */ public function getRuleType() { return $this->ruleType; } public function setThresholdPercent($thresholdPercent) { $this->thresholdPercent = $thresholdPercent; } public function getThresholdPercent() { return $this->thresholdPercent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1DataQualityScanRuleResult::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataQualityScanRuleResult');