booleanValue = $booleanValue; } /** * @return bool */ public function getBooleanValue() { return $this->booleanValue; } /** * @param GoogleTypeDate */ public function setDateValue(GoogleTypeDate $dateValue) { $this->dateValue = $dateValue; } /** * @return GoogleTypeDate */ public function getDateValue() { return $this->dateValue; } /** * @param string */ public function setDayOfWeekValue($dayOfWeekValue) { $this->dayOfWeekValue = $dayOfWeekValue; } /** * @return string */ public function getDayOfWeekValue() { return $this->dayOfWeekValue; } public function setFloatValue($floatValue) { $this->floatValue = $floatValue; } public function getFloatValue() { return $this->floatValue; } /** * @param string */ public function setIntegerValue($integerValue) { $this->integerValue = $integerValue; } /** * @return string */ public function getIntegerValue() { return $this->integerValue; } /** * @param string */ public function setStringValue($stringValue) { $this->stringValue = $stringValue; } /** * @return string */ public function getStringValue() { return $this->stringValue; } /** * @param GoogleTypeTimeOfDay */ public function setTimeValue(GoogleTypeTimeOfDay $timeValue) { $this->timeValue = $timeValue; } /** * @return GoogleTypeTimeOfDay */ public function getTimeValue() { return $this->timeValue; } /** * @param string */ public function setTimestampValue($timestampValue) { $this->timestampValue = $timestampValue; } /** * @return string */ public function getTimestampValue() { return $this->timestampValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2Value::class, 'Google_Service_DLP_GooglePrivacyDlpV2Value');