blueDiff = $blueDiff; } /** * @return float */ public function getBlueDiff() { return $this->blueDiff; } /** * @param float */ public function setGreenDiff($greenDiff) { $this->greenDiff = $greenDiff; } /** * @return float */ public function getGreenDiff() { return $this->greenDiff; } /** * @param float */ public function setRedDiff($redDiff) { $this->redDiff = $redDiff; } /** * @return float */ public function getRedDiff() { return $this->redDiff; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataPhotosCompareDataDiffData::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataPhotosCompareDataDiffData');