conflicts = $conflicts; } /** * @return GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData[] */ public function getConflicts() { return $this->conflicts; } /** * @param string */ public function setError($error) { $this->error = $error; } /** * @return string */ public function getError() { return $this->error; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setSource($source) { $this->source = $source; } /** * @return string */ public function getSource() { return $this->source; } /** * @param string */ public function setValue($value) { $this->value = $value; } /** * @return string */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementVersionsV1ReportingDataPolicyData::class, 'Google_Service_ChromeManagement_GoogleChromeManagementVersionsV1ReportingDataPolicyData');