dateTimeValue = $dateTimeValue; } /** * @return GoogleTypeDateTime */ public function getDateTimeValue() { return $this->dateTimeValue; } /** * @param GoogleTypeDate */ public function setDateValue(GoogleTypeDate $dateValue) { $this->dateValue = $dateValue; } /** * @return GoogleTypeDate */ public function getDateValue() { return $this->dateValue; } /** * @param GoogleTypeDecimal */ public function setDecimalValue(GoogleTypeDecimal $decimalValue) { $this->decimalValue = $decimalValue; } /** * @return GoogleTypeDecimal */ public function getDecimalValue() { return $this->decimalValue; } /** * @param string */ public function setIntValue($intValue) { $this->intValue = $intValue; } /** * @return string */ public function getIntValue() { return $this->intValue; } /** * @param GoogleTypeMoney */ public function setMoneyValue(GoogleTypeMoney $moneyValue) { $this->moneyValue = $moneyValue; } /** * @return GoogleTypeMoney */ public function getMoneyValue() { return $this->moneyValue; } /** * @param string */ public function setStringValue($stringValue) { $this->stringValue = $stringValue; } /** * @return string */ public function getStringValue() { return $this->stringValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1ReportValue::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1ReportValue');