dateInput = $dateInput; } /** * @return DateInput */ public function getDateInput() { return $this->dateInput; } /** * @param DateTimeInput */ public function setDateTimeInput(DateTimeInput $dateTimeInput) { $this->dateTimeInput = $dateTimeInput; } /** * @return DateTimeInput */ public function getDateTimeInput() { return $this->dateTimeInput; } /** * @param StringInputs */ public function setStringInputs(StringInputs $stringInputs) { $this->stringInputs = $stringInputs; } /** * @return StringInputs */ public function getStringInputs() { return $this->stringInputs; } /** * @param TimeInput */ public function setTimeInput(TimeInput $timeInput) { $this->timeInput = $timeInput; } /** * @return TimeInput */ public function getTimeInput() { return $this->timeInput; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Inputs::class, 'Google_Service_HangoutsChat_Inputs');