date = $date;
}
/**
* @return GoogleTypeDate
*/
public function getDate()
{
return $this->date;
}
/**
* @param string
*/
public function setDayOfWeek($dayOfWeek)
{
$this->dayOfWeek = $dayOfWeek;
}
/**
* @return string
*/
public function getDayOfWeek()
{
return $this->dayOfWeek;
}
/**
* @param GoogleTypeTimeOfDay
*/
public function setTime(GoogleTypeTimeOfDay $time)
{
$this->time = $time;
}
/**
* @return GoogleTypeTimeOfDay
*/
public function getTime()
{
return $this->time;
}
/**
* @param GooglePrivacyDlpV2TimeZone
*/
public function setTimeZone(GooglePrivacyDlpV2TimeZone $timeZone)
{
$this->timeZone = $timeZone;
}
/**
* @return GooglePrivacyDlpV2TimeZone
*/
public function getTimeZone()
{
return $this->timeZone;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GooglePrivacyDlpV2DateTime::class, 'Google_Service_DLP_GooglePrivacyDlpV2DateTime');